Ariver
2026-06-07 90dfe73f1a1b6815cfba08ec165394719005e4cf
privatevoice.src/app.go
@@ -27,10 +27,10 @@
)
const (
   appVersion        = "2.1.21"
   appBuild          = "20260603.1327"
   appVersion        = "2.1.29"
   appBuild          = "20260607.0147"
   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