The name of the audio track to publish. If not provided, default to "roomio_audio".
Send the transcription as a JSON dict for each chunk on the lk.transcription
datastream topic, including start_time/end_time timestamps if the chunk is a
TimedString. Each JSON object is suffixed with a newline so clients can parse the
stream line-by-line.
Optional queueMaximum queue size in milliseconds for the audio output buffer. When TTS generates audio faster than real-time, a larger queue prevents early frames from being discarded by the ring buffer. Defaults to 200ms, matching Python. Set a larger value if a bursty TTS provider needs a larger prebuffer.
False to disable transcription synchronization with audio output. Otherwise, transcription is emitted as quickly as available.
If not given, default to True.
If not given, default to True.