From 72cdbf0b787121e696638a1bfbfe214a2053d5a9 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Wed, 18 Jun 2025 07:46:04 -0300 Subject: [PATCH] Mentioning the Tavus improvements in the changelog. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59efa9e3a..9f0b763d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- `TavusTransport` and `TavusVideoService` now send audio to Tavus using WebRTC + audio tracks instead of `app-messages` over WebSocket. This should improve the + overall audio quality. + - Upgraded `daily-python` to 0.19.3. ### Fixed