I'm getting error, when using indian voices on azu...
# ask-ai
w
I'm getting error, when using indian voices on azure tts, but if i use US voices then it's fine
Copy code
```
tts=azure.TTS(
            speech_key="900bbb49e23847bd9d73e1d86ae6690c",
            speech_region="centralindia",
            voice="en-IN-AartiNeural",
            language="en-IN"
        ),
```
t
Thanks for reaching out, Rahul. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Could you please confirm the exact values you’re using for the voice and language parameters? For instance, are you using en-IN-AartiNeural and en-IN? This will really help us understand if the issue might be due to a configuration detail or perhaps unsupported options. I’m here to help you get this sorted! Sources: Azure Speech TTS integration guide | LiveKit Docs