Actually, revert the change making it so that STTService takes model and language args at init time. It'll be up to the subclasses to append those to _settings (or better yet, provide their own service-specific _settings). This avoids rocking the boat too too much.

This commit is contained in:
Paul Kompfner
2026-02-20 11:26:28 -05:00
parent f4e9825c03
commit f5b86d9cdc
25 changed files with 19 additions and 47 deletions

View File

@@ -118,7 +118,6 @@ class LmntTTSService(InterruptibleTTSService):
push_stop_frames=True,
pause_frame_processing=True,
sample_rate=sample_rate,
voice=voice_id,
**kwargs,
)