Skip to content

Commit 7e6a5ff

Browse files
committed
fix: add missing speech started VAD events param
1 parent a330a3c commit 7e6a5ff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/lib/types/TranscriptionSchema.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ interface LiveSchema extends TranscriptionSchema {
228228
* @see https://developers.deepgram.com/docs/understanding-end-of-speech-detection
229229
*/
230230
utterance_end_ms?: number;
231+
232+
/**
233+
* @see https://developers.deepgram.com/docs/start-of-speech-detection
234+
*/
235+
vad_events?: boolean;
231236
}
232237

233238
export type { TranscriptionSchema, PrerecordedSchema, LiveSchema };

0 commit comments

Comments
 (0)