services: fix infinite websocket-bases TTS services retries

Fixes #871
This commit is contained in:
Aleix Conchillo Flaqué
2024-12-16 14:55:33 -08:00
parent f3112a8638
commit 16948b251d
6 changed files with 173 additions and 99 deletions

View File

@@ -33,6 +33,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
only be pushed downstream after the audio generated from `TTSSpeakFrame` has
been spoken.
## [0.0.51] - 2024-12-16
### Fixed
- Fixed an issue in websocket-based TTS services that was causing infinite
reconnections (Cartesia, ElevenLabs, PlayHT and LMNT).
## [0.0.50] - 2024-12-11
### Added