Merge pull request #3289 from pipecat-ai/mb/audio-context-tts-service-base

Add AudioContextTTSService base class, update AudioContextWordTTSServ…
This commit is contained in:
Mark Backman
2025-12-29 13:05:06 -05:00
committed by GitHub
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`.