Skip to content

Commit 9657e4b

Browse files
Add max_buffer_delay_ms to cartesia TTS plugin (#1107)
Co-authored-by: Brian Yin <brian.yin@livekit.io>
1 parent 22fc4e6 commit 9657e4b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/tiny-goats-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/agents-plugin-cartesia": patch
3+
---
4+
5+
Add max_buffer_delay_ms to cartesia TTS plugin

plugins/cartesia/src/tts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ const toCartesiaOptions = (
732732
sample_rate: opts.sampleRate,
733733
},
734734
language: opts.language,
735+
max_buffer_delay_ms: 0,
735736
};
736737

737738
if (opts.pronunciationDictId) {

0 commit comments

Comments
 (0)