Deprecate stt_service parameter in STTMuteFilter

This commit is contained in:
Mark Backman
2025-02-07 19:20:51 -05:00
parent 6855bc0ada
commit a1b58115ce
3 changed files with 17 additions and 5 deletions

View File

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