Added
-
Added RTVI
on_bot_started
event which is useful in a single turn interaction. -
Added
DailyTransport
eventsdialin-connected
,dialin-stopped
,dialin-error
anddialin-warning
. Needs daily-python >= 0.13.0. -
Added
RimeHttpTTSService
and the07q-interruptible-rime.py
foundational 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.