is it possible to change the chunk_schedule of a t...
# ask-ai
r
is it possible to change the chunk_schedule of a tts, mid way through an agent session?
t
Thanks for reaching out, John. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
The
chunk_length_schedule
for ElevenLabs TTS in LiveKit cannot be changed mid-session. This parameter is set during initialization and cannot be updated using the
update_options()
method. If you need to modify the
chunk_length_schedule
, you would need to create a new TTS instance with the desired configuration. Sources: ElevenLabs TTS integration guide | LiveKit Docs | livekit-plugins/livekit-plugins-neuphonic/livekit/plugins/neuphonic/tts.py