processors(filters): add IdentityFilter

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-10 10:03:52 -08:00
parent e51e2f781d
commit 3bf15476a4
2 changed files with 33 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `IdentityFilter`. This is the simplest frame filter that lets through
all incoming frames.
- New `STTMuteStrategy` called `FUNCTION_CALL` which mutes the STT service
during LLM function calls.