Update placement of STTMuteFilter in examples to reflect the new recommendation

This commit is contained in:
Mark Backman
2025-07-28 21:00:45 -04:00
parent f69a02b7a7
commit e961c438e7
2 changed files with 217 additions and 1 deletions

View File

@@ -111,8 +111,8 @@ async def run_example(transport: BaseTransport, _: argparse.Namespace, handle_si
pipeline = Pipeline(
[
transport.input(), # Transport user input
stt_mute_processor, # Add the mute processor before STT
stt, # STT
stt_mute_processor, # Add the mute processor before STT
context_aggregator.user(), # User responses
llm, # LLM
tts, # TTS