mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
chore: bump pipecat
This commit is contained in:
parent
69bb7be38d
commit
1f89f7864b
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ export interface AmbientNoiseConfiguration {
|
|||
export type TurnStopStrategy = 'transcription' | 'turn_analyzer';
|
||||
export type TurnStartStrategy = 'default' | 'min_words' | 'provisional_vad';
|
||||
export const DEFAULT_TURN_START_MIN_WORDS = 3;
|
||||
export const DEFAULT_PROVISIONAL_VAD_PAUSE_SECS = 1.0;
|
||||
export const DEFAULT_PROVISIONAL_VAD_PAUSE_SECS = 1.5;
|
||||
|
||||
export const TURN_START_STRATEGY_OPTIONS: Array<{
|
||||
value: TurnStartStrategy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue