pipecat-ai / pipecat

Open Source framework for voice and multimodal conversational AI
BSD 2-Clause "Simplified" License
3.44k stars 335 forks source link

Initialize the speech_recognition_language for Azure TTS #695

Closed markbackman closed 2 weeks ago

markbackman commented 2 weeks ago

Please describe the changes in your PR. If it is addressing an issue, please reference that as well.

We missed out on initializing the language in the speech_config. This fixes that issue.

Kudos to @jamsea for finding this.