Ariver
2026-06-04 9d3d275dca8e8dc442eb04434c8bd0fdad79bc04
privatevoice.src/app.go
@@ -27,10 +27,10 @@
)
const (
   appVersion        = "2.1.22"
   appBuild          = "20260603.1608"
   appVersion        = "2.1.28"
   appBuild          = "20260604.0049"
   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