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.