From fe0a7d07bdb5a333d0605ff3acda42410c567e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 16 Dec 2024 21:02:38 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d424b18..53a2871aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add support for more languages to ElevenLabs (Arabic, Croatian, Filipino, +- Pipecat now supports Python 3.13. We had a dependency on the `audioop` package + which was deprecated and now removed on Python 3.13. We are now using + `audioop-lts` (https://github.com/AbstractUmbra/audioop) to provide the same + functionality. + +- Added support for more languages to ElevenLabs (Arabic, Croatian, Filipino, Tamil) and PlayHT (Afrikans, Albanian, Amharic, Arabic, Bengali, Croatian, Galician, Hebrew, Mandarin, Serbian, Tagalog, Urdu, Xhosa). ### Changed -- Changed: Room expiration (`exp`) in `DailyRoomProperties` is now optional - (None) by default instead of automatically setting a 5-minute expiration - time. You must explicitly set expiration time if desired. +- Room expiration (`exp`) in `DailyRoomProperties` is now optional (`None`) by + default instead of automatically setting a 5-minute expiration time. You must + explicitly set expiration time if desired. ### Deprecated