Ariver
2026-06-03 5de2a0495c233e6f12ae1ebb6e71cb6c73fbbc72
privatevoice.src/app.go
@@ -27,10 +27,10 @@
)
const (
   appVersion        = "2.1.23"
   appBuild          = "20260603.1904"
   appVersion        = "2.1.25"
   appBuild          = "20260603.2102"
   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