examples: remove vad_audio_passthrough=True
This commit is contained in:
@@ -94,7 +94,6 @@ async def run_client(client_name: str, server_url: str, duration_secs: int):
|
||||
serializer=TwilioFrameSerializer(stream_sid),
|
||||
vad_enabled=True,
|
||||
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=1.5)),
|
||||
vad_audio_passthrough=True,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user