move vad config to json

This commit is contained in:
Xin Wang
2026-05-21 17:23:04 +08:00
parent 6a59df3dbd
commit 872b8ac64a
6 changed files with 135 additions and 1 deletions

View File

@@ -12,6 +12,15 @@
"session": {
"inactivity_timeout_sec": 60
},
"turn": {
"vad": {
"confidence": 0.7,
"start_secs": 0.2,
"stop_secs": 0.4,
"min_volume": 0.6
},
"user_speech_timeout_sec": 0.8
},
"agent": {
"system_prompt": "You are a helpful, friendly voice assistant. Keep responses concise and natural for spoken conversation.",
"greeting": "Please introduce yourself briefly.",