From ab4364b833fa8bba7486356b6c401683a142ae25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 11 Sep 2025 15:34:47 -0700 Subject: [PATCH] update CHANGELOG and fix formatting --- CHANGELOG.md | 2 ++ src/pipecat/services/azure/stt.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063dda9fa..92f6f6cf3 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 +- `AzureSTTService` now pushes interim transcriptions. + - Added `voice_cloning_key` to `GoogleTTSService` to support custom cloned voices. diff --git a/src/pipecat/services/azure/stt.py b/src/pipecat/services/azure/stt.py index 058db7990..586a94e44 100644 --- a/src/pipecat/services/azure/stt.py +++ b/src/pipecat/services/azure/stt.py @@ -19,9 +19,9 @@ from pipecat.frames.frames import ( CancelFrame, EndFrame, Frame, + InterimTranscriptionFrame, StartFrame, TranscriptionFrame, - InterimTranscriptionFrame, ) from pipecat.services.azure.common import language_to_azure_language from pipecat.services.stt_service import STTService