tts: make frame pausing/resuming optional

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-14 14:45:35 -08:00
parent 5126d4de92
commit 67da745bb3
7 changed files with 23 additions and 8 deletions

View File

@@ -73,6 +73,7 @@ class LmntTTSService(TTSService, WebsocketService):
TTSService.__init__(
self,
push_stop_frames=True,
pause_frame_processing=True,
sample_rate=sample_rate,
**kwargs,
)