From 5df7be6892c1160d69970706ed5826ea1abbc4f7 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Thu, 3 Jul 2025 17:35:30 -0300 Subject: [PATCH] Mentioning the SpeechmaticsSTTService in the changelog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b9c04f0..8287b1b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added a new STT service, `SpeechmaticsSTTService`. This service provides + real-time speech-to-text transcription using the Speechmatics API. It supports + partial and final transcriptions, multiple languages, various audio formats, + and speaker diarization. + - Added `normalize` and `model_id` to `FishAudioTTSService`. - Added `run_llm` field to `LLMMessagesAppendFrame` and `LLMMessagesUpdateFrame`