From e2d7af4b62bf13c0f1a73fac68d943d567d4b1fe Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 17 Oct 2024 16:11:32 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bf85ffe..eb9b6ecbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added a websocket service for PlayHT, called `PlayHTTTSService`. +- Added input parameter options for `PlayHTTTSService` and + `PlayHTHttpTTSService`. + ### Changed +- `PlayHTTTSService` and `PlayHTHttpTTSService` now use a `voice_engine` of + `PlayHT3.0-mini`, which allows for multi-lingual support. +- Changed the name of the HTTP PlayHT service from `PlayHTTTSService` to + `PlayHTHttpTTSService` since there's now a websocket service, which is the + default. - Renamed `OpenAILLMServiceRealtimeBeta` to `OpenAIRealtimeBetaLLMService` to match other services.