mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat(voice): add cli beep toggle
This commit is contained in:
parent
9c0fc0b4e8
commit
b48ea41d27
6 changed files with 91 additions and 12 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue