rtvi: deprecate RTVI.observer()

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-07 09:19:43 -08:00
parent 03ac744bcf
commit 510a0f5ef5
4 changed files with 16 additions and 4 deletions

View File

@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- `RTVI.observer()` is now deprecated, instantiate an `RTVIObserver` directly
instead.
- All RTVI frame processors (e.g. `RTVISpeakingProcessor`,
`RTVIBotLLMProcessor`) are now deprecated, instantiate an `RTVIObserver`
instead.