Changelog entries for the TTS improvements and fixes.

This commit is contained in:
filipi87
2026-03-06 16:16:25 -03:00
parent 07abd3d60f
commit 3000037dec
4 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
- Deprecated `AudioContextTTSService` and `AudioContextWordTTSService`. Subclass `WebsocketTTSService` directly instead; audio context management is now part of the base `TTSService`.
- Deprecated `WordTTSService`, `WebsocketWordTTSService`, and `InterruptibleWordTTSService`. Word timestamp logic is now always active in `TTSService` and no longer needs to be opted into via a subclass.