update CHANGELOG with RTVIProcessor

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-22 15:54:52 -07:00
parent 87bc8a9da6
commit 95ff1d141c

View File

@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `RealtimeAIProcessor`...
- Added `RTVIProcessor` which implements the RTVI-AI standard.
See https://github.com/rtvi-ai
- Added `BotInterruptionFrame` which allows interrupting the bot while talking.
@@ -52,10 +53,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
leverages the new Cartesia contexts which maintains generated audio prosody
when multiple inputs are sent, therefore improving audio quality a lot.
### Other
- Added `examples/realtime-ai/bot.py`...
## [0.0.36] - 2024-07-02
### Added