diff dictation/audio.py @ 280:49e9e591c9bb

Add persistent dictation, prewarmed WebRTC speech input, Copilot SDK routing, animated conversation lifecycle controls, parking, and architecture coverage.
author MrJuneJune <me@mrjunejune.com>
date Tue, 18 Aug 2026 19:14:53 -0700
parents 78699f810817
children
line wrap: on
line diff
--- a/dictation/audio.py	Mon Aug 17 22:22:36 2026 -0700
+++ b/dictation/audio.py	Tue Aug 18 19:14:53 2026 -0700
@@ -24,8 +24,8 @@
         *,
         sample_rate: int = 16000,
         speech_threshold: float = 0.012,
-        silence_ms: int = 700,
-        partial_interval_ms: int = 1200,
+        silence_ms: int = 400,
+        partial_interval_ms: int = 500,
         max_utterance_seconds: int = 30,
         pre_roll_ms: int = 200,
     ) -> None: