DailyParams: rename to camera/microphone_out_enabled

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-01 19:10:30 -07:00
parent 71eb2963c5
commit 750e79c1ce
5 changed files with 15 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ async def main():
DailyParams(
audio_in_enabled=True,
audio_out_enabled=True,
microphone_enabled=False, # Disable since we just use custom tracks
microphone_out_enabled=False, # Disable since we just use custom tracks
audio_out_destinations=["pipecat-mirror"],
),
)

View File

@@ -57,7 +57,7 @@ async def main():
),
},
audio_out_destinations=["spanish", "french", "german"],
microphone_enabled=False, # Disable since we just use custom tracks
microphone_out_enabled=False, # Disable since we just use custom tracks
vad_analyzer=SileroVADAnalyzer(),
),
)