examples: remove vad_audio_passthrough=True

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-23 12:37:12 -07:00
parent 9ee56bff9e
commit 26d2ce5926
108 changed files with 1 additions and 110 deletions

View File

@@ -45,7 +45,6 @@ async def main():
audio_in_enabled=True,
camera_out_enabled=False,
vad_enabled=True,
vad_audio_passthrough=True,
vad_analyzer=SileroVADAnalyzer(),
transcription_enabled=True,
#

View File

@@ -68,7 +68,6 @@ async def main():
audio_in_enabled=True,
camera_out_enabled=False,
vad_enabled=True,
vad_audio_passthrough=True,
vad_analyzer=SileroVADAnalyzer(),
transcription_enabled=True,
#

View File

@@ -247,7 +247,6 @@ async def bot(args: DailySessionArguments):
camera_out_height=576,
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
),
@@ -281,7 +280,6 @@ async def local_daily():
camera_out_height=576,
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
),

View File

@@ -62,7 +62,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -80,7 +80,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_out_height=1024,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -52,7 +52,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -35,7 +35,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -35,7 +35,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -35,7 +35,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -35,7 +35,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -36,7 +36,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -35,7 +35,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -35,7 +35,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
audio_in_filter=KrispFilter(),
),
)

View File

@@ -35,7 +35,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -202,7 +202,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
# transcription_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -45,7 +45,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,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -34,7 +34,6 @@ async def main():
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
)
)

View File

@@ -36,7 +36,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -87,7 +87,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -60,7 +60,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_in_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -60,7 +60,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_in_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -60,7 +60,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_in_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -60,7 +60,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_in_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -39,7 +39,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_in_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -39,7 +39,6 @@ async def main():
audio_in_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
)
)

View File

@@ -61,7 +61,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_in_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=STOP_SECS)),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -41,7 +41,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -71,7 +71,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_in_enabled=True, # Make sure camera input is enabled
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -71,7 +71,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_in_enabled=True, # Make sure camera input is enabled
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -73,7 +73,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_in_enabled=True, # Make sure camera input is enabled
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -40,7 +40,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -41,7 +41,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -42,7 +42,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -62,7 +62,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -55,7 +55,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -35,7 +35,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -36,7 +36,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -75,7 +75,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.8)),
vad_audio_passthrough=True,
),
)

View File

@@ -74,7 +74,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.8)),
vad_audio_passthrough=True,
),
)

View File

@@ -174,7 +174,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.8)),
vad_audio_passthrough=True,
),
)

View File

@@ -174,7 +174,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.8)),
vad_audio_passthrough=True,
),
)

View File

@@ -169,7 +169,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.8)),
vad_audio_passthrough=True,
),
)

View File

@@ -235,7 +235,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_in_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.8)),
vad_audio_passthrough=True,
),
)

View File

@@ -49,7 +49,6 @@ async def main():
params=DailyParams(
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -41,7 +41,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -210,7 +210,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -414,7 +414,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -636,7 +636,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -58,7 +58,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_mixer=soundfile_mixer,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -46,7 +46,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -278,7 +278,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -35,7 +35,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
camera_in_enabled=False,
vad_enabled=True,
vad_audio_passthrough=True,
# set stop_secs to something roughly similar to the internal setting
# of the Multimodal Live api, just to align events.
vad_analyzer=SileroVADAnalyzer(params=VADParams(stop_secs=0.5)),

View File

@@ -33,7 +33,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_in_enabled=True,
audio_out_enabled=True,
vad_enabled=True,
vad_audio_passthrough=True,
# set stop_secs to something roughly similar to the internal setting
# of the Multimodal Live api, just to align events. This doesn't really
# matter because we can only use the Multimodal Live API's phrase

View File

@@ -56,7 +56,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_in_enabled=True,
audio_out_enabled=True,
vad_enabled=True,
vad_audio_passthrough=True,
# set stop_secs to something roughly similar to the internal setting
# of the Multimodal Live api, just to align events. This doesn't really
# matter because we can only use the Multimodal Live API's phrase

View File

@@ -39,7 +39,6 @@ async def main():
DailyParams(
audio_out_enabled=True,
vad_enabled=True,
vad_audio_passthrough=True,
# set stop_secs to something roughly similar to the internal setting
# of the Multimodal Live api, just to align events. This doesn't really
# matter because we can only use the Multimodal Live API's phrase

View File

@@ -49,7 +49,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_in_enabled=True,
audio_out_enabled=True,
vad_enabled=True,
vad_audio_passthrough=True,
# set stop_secs to something roughly similar to the internal setting
# of the Multimodal Live api, just to align events. This doesn't really
# matter because we can only use the Multimodal Live API's phrase

View File

@@ -50,7 +50,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_in_enabled=True,
audio_out_enabled=True,
vad_enabled=True,
vad_audio_passthrough=True,
vad_analyzer=SileroVADAnalyzer(),
),
)

View File

@@ -39,7 +39,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
camera_out_height=512,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -98,7 +98,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -116,7 +116,6 @@ async def main():
audio_out_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_enabled=True,
vad_audio_passthrough=True,
),
)

View File

@@ -77,7 +77,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -69,7 +69,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -162,7 +162,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -95,7 +95,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -83,7 +83,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -40,7 +40,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -134,7 +134,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -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
),

View File

@@ -54,7 +54,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=LocalCoreMLSmartTurnAnalyzer(
smart_turn_model_path=smart_turn_model_path, params=SmartTurnParams()
),

View File

@@ -61,7 +61,6 @@ async def main():
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -89,7 +89,6 @@ async def main():
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)

View File

@@ -78,7 +78,6 @@ async def run_bot(webrtc_connection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
audio_out_10ms_chunks=2,
)

View File

@@ -39,7 +39,6 @@ async def run_bot(webrtc_connection):
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
audio_out_10ms_chunks=2,
),
)

Some files were not shown because too many files have changed in this diff Show More