Add new changelog entries

This commit is contained in:
Mark Backman
2025-12-05 11:32:30 -05:00
parent 47c21c9579
commit 34033cd454
3 changed files with 6 additions and 0 deletions

1
changelog/3176.added.md Normal file
View File

@@ -0,0 +1 @@
- Added new Gradium services, `GradiumSTTService` and `GradiumTTSService`, for speech-to-text and text-to-speech functionality using Gradium's API.

4
changelog/3184.added.md Normal file
View File

@@ -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.

View File

@@ -0,0 +1 @@
- Updated `CartesiaSTTService` to return the full transcription `result` in the `TranscriptionFrame` and `InterimTranscriptionFrame`. This provides access to word timestamp data.