444 B
444 B
- Fixed
ElevenLabsTTSServiceincorrectly enablingauto_modewhen usingTextAggregationMode.TOKEN. Auto mode disables server-side buffering and is designed for complete sentences — enabling it with token streaming degraded speech quality. The default is now derived automatically from the aggregation strategy:auto_mode=TrueforSENTENCE,auto_mode=FalseforTOKEN. Callers can still override by passingauto_modeexplicitly.