Fixing the video transform demo to use 20ms audio.
This commit is contained in:
@@ -82,6 +82,7 @@ async def run_bot(webrtc_connection):
|
||||
vad_enabled=True,
|
||||
vad_analyzer=SileroVADAnalyzer(),
|
||||
vad_audio_passthrough=True,
|
||||
audio_out_10ms_chunks=2,
|
||||
)
|
||||
|
||||
pipecat_transport = SmallWebRTCTransport(
|
||||
|
||||
Reference in New Issue
Block a user