From 5ce4b8dd5b237f6c50c1e6e82a806f727519b36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 5 Jun 2024 11:44:24 -0700 Subject: [PATCH] update CHANGELOG with OpenAITTSService --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb9149d5..30e089c45 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 `OpenAITTSService`. + - Allow passing `output_format` and `model_id` to `CartesiaTTSService` to change audio sample format and the model to use.