Push the STTMuteFrame upstream and downstream

This commit is contained in:
Mark Backman
2025-07-29 12:01:29 -04:00
parent e961c438e7
commit ebfa4f2d5e
4 changed files with 6 additions and 218 deletions

View File

@@ -112,7 +112,7 @@ async def run_example(transport: BaseTransport, _: argparse.Namespace, handle_si
[
transport.input(), # Transport user input
stt, # STT
stt_mute_processor, # Add the mute processor before STT
stt_mute_processor, # Add the mute processor between STT and context aggregator
context_aggregator.user(), # User responses
llm, # LLM
tts, # TTS