Added
-
Added RTVI
on_bot_startedevent which is useful in a single turn interaction. -
Added
DailyTransporteventsdialin-connected,dialin-stopped,dialin-erroranddialin-warning. Needs daily-python >= 0.13.0. -
Added
RimeHttpTTSServiceand the07q-interruptible-rime.pyfoundational example. -
Added
STTMuteFilter, a general-purpose processor that combines STT muting and interruption control. When active, it prevents both transcription and interruptions during bot speech. The processor supports multiple strategies:FIRST_SPEECH(mute only during bot's first speech),ALWAYS(mute during all bot speech), orCUSTOM(using provided callback). -
Added
STTMuteFrame, a control frame that enables/disables speech transcription in STT services.