Merge pull request #1702 from pipecat-ai/mb/stt-mute-transcription-frames

Add InterimTranscriptionFrame and TranscriptionFrame to STTMuteFilter…
This commit is contained in:
Mark Backman
2025-04-30 17:54:24 -04:00
committed by GitHub
3 changed files with 49 additions and 0 deletions

View File

@@ -34,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- The `STTMuteFilter` now mutes `InterimTranscriptionFrame` and
`TranscriptionFrame` which allows the `STTMuteFilter` to be used in
conjunction with transports that generate transcripts, e.g. `DailyTransport`.
- Function calls now receive a single parameter `FunctionCallParams` instead of
`(function_name, tool_call_id, args, llm, context, result_callback)` which is
now deprecated.