Merge pull request #1828 from pipecat-ai/aleix/daily-use-audio-renderers

DailyTransport: replace virtual speaker and microphones
This commit is contained in:
Aleix Conchillo Flaqué
2025-05-23 13:31:51 -07:00
committed by GitHub
9 changed files with 179 additions and 158 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(),
),
)