DailyTransport: replace virtual microphone with custom microphone track

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-21 23:03:55 -07:00
parent fcf49e79cc
commit 69ac70eed8
3 changed files with 43 additions and 30 deletions

View File

@@ -37,9 +37,9 @@ async def main():
token,
"Respond bot",
DailyParams(
audio_in_enabled=True,
audio_out_enabled=True,
transcription_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
),
)