Merge pull request #2288 from pipecat-ai/mb/stt-mute-examples

Update placement of STTMuteFilter in examples to reflect the new reco…
This commit is contained in:
Mark Backman
2025-07-29 12:10:36 -07:00
committed by GitHub
3 changed files with 6 additions and 2 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 between STT and context aggregator
context_aggregator.user(), # User responses
llm, # LLM
tts, # TTS