Merge pull request #1176 from pipecat-ai/mb/stt-mute-deprecate-stt-service

Deprecate stt_service parameter in STTMuteFilter
This commit is contained in:
Mark Backman
2025-02-09 08:35:22 -05:00
committed by GitHub
3 changed files with 20 additions and 5 deletions

View File

@@ -31,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- `STTMuteFilter` constructor's `stt_service` parameter is now deprecated and
will be removed in a future version. The filter now manages mute state
internally instead of querying the STT service.
- `RTVI.observer()` is now deprecated, instantiate an `RTVIObserver` directly
instead.