fix: voice_settings weren't applying to ElevenLabsTTSService

This commit is contained in:
Mark Backman
2025-06-15 16:23:57 -04:00
parent dc640a7591
commit e3df83ca2e
2 changed files with 14 additions and 6 deletions

View File

@@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue with `GoogleSTTService` where it was constantly reconnecting
- Fixed an issue where `voice_settings` weren't being applied to
`ElevenLabsTTSService`.
- Fixed an issue with `GoogleSTTService` where it was constantly reconnecting
before starting to receive audio from the user.
- Fixed an issue where `GoogleLLMService`'s TTFB value was incorrect.