Russian language in CognitiveServices SpeechSynthesizer

Potapenko Sergey 1 Reputation point
2021-06-10T15:10:35.257+00:00

Hello, all.

Can I use CognitiveServices.SpeechSynthesizer for russian language?
I have Windows 10 rus, Visual Studio 2019 Community. I have got CognitiveServices.Speech packet via Nuget.

var speechConfig = SpeechConfig.FromSubscription("<...>", "northeurope");
SpeechSynthesizer synt = new SpeechSynthesizer(speechConfig);
synt.SpeakTextAsync(textBox1.Text);

When i put english text into textBox1, all works fine. But when i put there russian text - silence.

Thank you in advance.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,392 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,373 questions
{count} votes