From 95ff1d141cbf0555391ce42ea877763960a8da06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 22 Jul 2024 15:54:52 -0700 Subject: [PATCH] update CHANGELOG with RTVIProcessor --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2512d378..b07dde759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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