examples: remove vad_audio_passthrough=True
This commit is contained in:
@@ -38,7 +38,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
|
||||
audio_out_enabled=True,
|
||||
vad_enabled=True,
|
||||
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.2)),
|
||||
vad_audio_passthrough=True,
|
||||
turn_analyzer=FalSmartTurnAnalyzer(
|
||||
api_key=os.getenv("FAL_SMART_TURN_API_KEY"), aiohttp_session=session
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user