Add AudioContextTTSService base class, update AudioContextWordTTSService inheritance

This commit is contained in:
Mark Backman
2025-12-23 10:31:46 -05:00
parent 40493e8ce8
commit 44a698cbcc
2 changed files with 30 additions and 9 deletions

1
changelog/3289.added.md Normal file
View File

@@ -0,0 +1 @@
- Added a new `AudioContextTTSService` to the TTS service base classes. The `AudioContextWordTTSService` now inherits from `AudioContextTTSService` and `WebsocketWordTTSService`.