question

PotapenkoSergey-6558 avatar image
0 Votes"
PotapenkoSergey-6558 asked PotapenkoSergey-6558 edited

Russian language in CognitiveServices SpeechSynthesizer

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-speechazure-language-understanding
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello,

Thanks for reaching out to us. Could you please share any code sample you are referring to?


Regards,
Yutong

0 Votes 0 ·

0 Answers