mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: change default vad stop secs to 0.2s
This commit is contained in:
parent
13b41437e8
commit
9ac56b3b33
1 changed files with 1 additions and 1 deletions
|
|
@ -619,7 +619,7 @@ async def _run_pipeline(
|
|||
user_turn_strategies=user_turn_strategies,
|
||||
user_mute_strategies=user_mute_strategies,
|
||||
user_idle_timeout=max_user_idle_timeout,
|
||||
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.3)),
|
||||
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.2)),
|
||||
)
|
||||
context_aggregator = LLMContextAggregatorPair(
|
||||
context, assistant_params=assistant_params, user_params=user_params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue