Class name changes, add TTSStarted/StoppedFrame to the TTSBuffer

This commit is contained in:
Mark Backman
2025-08-09 08:10:31 -04:00
parent 9da33f3897
commit 5a07b30c7a
2 changed files with 26 additions and 20 deletions

View File

@@ -97,11 +97,11 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
[
transport.input(),
stt,
voicemail.detector(), # Voicemail detection
voicemail.detector(), # Voicemail detection — between STT and User context aggregator
context_aggregator.user(),
llm,
tts,
voicemail.buffer(), # TTS buffering
voicemail.buffer(), # TTS buffering — Immediately after the TTS service
transport.output(),
context_aggregator.assistant(),
]