fix: set apply_text_normalization as request parameter in ElevenLabsHttpTTSService

This commit is contained in:
Mark Backman
2025-10-15 11:32:07 -04:00
parent 6a1be90cbb
commit 9d78402a33
2 changed files with 7 additions and 2 deletions

View File

@@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue where audio filters' `stop()` would not be called when using
`CancelFrame`.
- Fixed an issue in `ElevenLabsHttpTTSService`, where
`apply_text_normalization` was incorrectly set as a query parameter. It's now
being added as a request parameter.
- Fixed an issue where `RimeHttpTTSService` and `PiperTTSService` could generate
incorrectly 16-bit aligned audio frames, potentially leading to internal
errors or static audio.