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 the AudioSource internal default (1000ms).
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.