STTService: passthrough audio frames by default

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-24 17:13:18 -07:00
parent a753a623d4
commit 9fd76923fd
2 changed files with 5 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class STTService(AIService):
def __init__(
self,
audio_passthrough=False,
audio_passthrough=True,
# STT input sample rate
sample_rate: Optional[int] = None,
**kwargs,