DeepgramTTSService: re-add base_url to constructor

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-16 14:48:31 -07:00
parent 31f7082d12
commit e9af585edd
4 changed files with 108 additions and 89 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `DeepgramTTSService` accepts `base_url` argument again, allowing you to
connect to an on-prem service.
- It is now possible to disable `SoundfileMixer` when created. You can then use
`MixerEnableFrame` to dynamically enable it when necessary.
@@ -25,6 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `SoundfileMixer` constructor arguments need to be keywords.
### Deprecated
- `DeepgramSTTService` parameter `url` is now deprecated, use `base_url`
instead.
### Fixed
- Fixed a `TavusVideoService` issue that was causing audio choppiness.