feat(voice): add cli beep toggle

This commit is contained in:
helix4u 2026-04-20 18:48:59 -06:00 committed by Teknium
parent 9c0fc0b4e8
commit b48ea41d27
6 changed files with 91 additions and 12 deletions

View file

@ -1049,6 +1049,7 @@ voice:
record_key: "ctrl+b" # Push-to-talk key inside the CLI
max_recording_seconds: 120 # Hard stop for long recordings
auto_tts: false # Enable spoken replies automatically when /voice on
beep_enabled: true # Play record start/stop beeps in CLI voice mode
silence_threshold: 200 # RMS threshold for speech detection
silence_duration: 3.0 # Seconds of silence before auto-stop
```