hundreds-river-86592
07/11/2025, 1:09 PMtall-airline-16756
07/11/2025, 1:09 PMtall-airline-16756
07/11/2025, 1:10 PMupdate_options
method on the Azure STT class. Only the language parameter can be changed during runtime. When you call update_options
with a new language (or list of languages), the system reconnects the recognition streams with the updated configuration, allowing real-time language adaptation without interrupting the conversation flow. Other settings such as authentication and audio configuration must be set during initialization and cannot be changed while the session is active.
• For dynamic language switching, provide the candidate set of possible languages if you want the system to auto-detect.
• To change settings other than language, you must stop and restart the transcription session. Sources: livekit-plugins/livekit-plugins-azure/livekit/plugins/azure/tts.py