From 6eb00a99cbb33b1a1669f8ad3016a626373f9be1 Mon Sep 17 00:00:00 2001 From: Tomoaki Imai Date: Tue, 29 Jul 2025 20:38:12 +0900 Subject: [PATCH] update Changelog for `transcription_bucket` params addition --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d246657..b6a7306ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added `transcription_bucket` params support to the `DailyRESTHelper`. + - Added a new TTS service, `InworldTTSService`. This service provides low-latency, high-quality speech generation using Inworld's streaming API.