From 34033cd4545360b573d57d6f85ad791e737dd05d Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 5 Dec 2025 11:32:30 -0500 Subject: [PATCH] Add new changelog entries --- changelog/3176.added.md | 1 + changelog/3184.added.md | 4 ++++ changelog/3192.changed.md | 1 + 3 files changed, 6 insertions(+) create mode 100644 changelog/3176.added.md create mode 100644 changelog/3184.added.md create mode 100644 changelog/3192.changed.md diff --git a/changelog/3176.added.md b/changelog/3176.added.md new file mode 100644 index 000000000..ed3c87886 --- /dev/null +++ b/changelog/3176.added.md @@ -0,0 +1 @@ +- Added new Gradium services, `GradiumSTTService` and `GradiumTTSService`, for speech-to-text and text-to-speech functionality using Gradium's API. diff --git a/changelog/3184.added.md b/changelog/3184.added.md new file mode 100644 index 000000000..87c011039 --- /dev/null +++ b/changelog/3184.added.md @@ -0,0 +1,4 @@ +- Additions for `AsyncAITTSService` and `AsyncAIHttpTTSService`: + + - Added new `languages`: `pt`, `nl`, `ar`, `ru`, `ro`, `ja`, `he`, `hy`, `tr`, `hi`, `zh`. + - Updated the default model to `asyncflow_multilingual_v1.0` for improved accuracy and broader language coverage. diff --git a/changelog/3192.changed.md b/changelog/3192.changed.md new file mode 100644 index 000000000..1770be384 --- /dev/null +++ b/changelog/3192.changed.md @@ -0,0 +1 @@ +- Updated `CartesiaSTTService` to return the full transcription `result` in the `TranscriptionFrame` and `InterimTranscriptionFrame`. This provides access to word timestamp data.