Rename TTSBuffer to TTSGate

This commit is contained in:
Mark Backman
2025-08-21 17:27:29 -04:00
parent f0dfab23e7
commit bd401e8d6f
2 changed files with 34 additions and 35 deletions

View File

@@ -83,7 +83,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
context_aggregator.user(),
llm,
tts,
voicemail.gate(), # TTS buffering — Immediately after the TTS service
voicemail.gate(), # TTS gating — Immediately after the TTS service
transport.output(),
context_aggregator.assistant(),
]