Add InterimTranscriptionFrame and TranscriptionFrame to STTMuteFilter frame processing

This commit is contained in:
Mark Backman
2025-04-30 10:44:31 -04:00
parent 154d5d1859
commit 20a59e8c56
3 changed files with 49 additions and 0 deletions

View File

@@ -29,6 +29,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.