Update README.md

This commit is contained in:
Ajay Raj 2023-03-29 11:06:33 -07:00 committed by GitHub
commit 43a2dc436a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ async def main():
prompt_preamble="Have a pleasant conversation about life", prompt_preamble="Have a pleasant conversation about life",
), ),
), ),
synthesizer_config=AzureSynthesizer( synthesizer=AzureSynthesizer(
AzureSynthesizerConfig.from_output_device(speaker_output) AzureSynthesizerConfig.from_output_device(speaker_output)
), ),
) )