Ariver
2026-06-03 c64b469e5f7830b83db0d0cae29cf38248465efb
privatevoice.src/app.go
@@ -27,10 +27,10 @@
)
const (
   appVersion        = "2.1.22"
   appBuild          = "20260603.1608"
   appVersion        = "2.1.27"
   appBuild          = "20260603.2238"
   appDisplayVersion = appVersion + " (build " + appBuild + ")"
   appName           = "PrivateVoice Input"
   appName           = "PrivateVoice Dictation"
   silenceThreshold         = 0.05            // RMS below this = silence (matches HasVoiceActivity)
   silenceTimeoutDuration   = 3 * time.Second // auto-stop after this much silence in free-talk