update CHANGELOG and fix formatting
This commit is contained in:
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- `AzureSTTService` now pushes interim transcriptions.
|
||||||
|
|
||||||
- Added `voice_cloning_key` to `GoogleTTSService` to support custom cloned
|
- Added `voice_cloning_key` to `GoogleTTSService` to support custom cloned
|
||||||
voices.
|
voices.
|
||||||
|
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ from pipecat.frames.frames import (
|
|||||||
CancelFrame,
|
CancelFrame,
|
||||||
EndFrame,
|
EndFrame,
|
||||||
Frame,
|
Frame,
|
||||||
|
InterimTranscriptionFrame,
|
||||||
StartFrame,
|
StartFrame,
|
||||||
TranscriptionFrame,
|
TranscriptionFrame,
|
||||||
InterimTranscriptionFrame,
|
|
||||||
)
|
)
|
||||||
from pipecat.services.azure.common import language_to_azure_language
|
from pipecat.services.azure.common import language_to_azure_language
|
||||||
from pipecat.services.stt_service import STTService
|
from pipecat.services.stt_service import STTService
|
||||||
|
|||||||
Reference in New Issue
Block a user