462 B
462 B
- Added a
max_buffer_delay_msconstructor argument toCartesiaTTSServicefor controlling Cartesia's server-side text buffering. When unset, Pipecat picks a sensible default based ontext_aggregation_mode:0inSENTENCEmode (custom buffering — avoids stacking client-side aggregation on top of Cartesia's default 3000ms server buffer) and unset inTOKENmode (Cartesia's managed buffering applies). Pass an explicit value (0–5000ms) to override.