question

SNL-3913 avatar image
0 Votes"
SNL-3913 asked YutongTie-MSFT commented

How to make cognitive services work with polish unique chars?

I'm using c++ tts and voice to text, and whatever I try, voice recognition returns me some weird chars instead of chars like "ą" "ę". I'm using simple sketch from example.

azure-speech
· 3
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 here and sorry for your experience. Could you please share a quick sample input to us so that we can try to reproduce it?


Regards,
Yutong

0 Votes 0 ·

Hello,
I forgot to write, that problem occurs with text to speech too. I've set language to pl-PL but still when I try for example synthesizer->SpeakTextAsync("Żółty").get() it "calls abort()", but when I change it to
synthesizer->SpeakTextAsync("Zolty").get() it works fine. The same problem is with speech recognition, I've set language to pl-PL but when I say "Źółty." it returns "ŻóĹ'ty." instead.

0 Votes 0 ·

@SNL-3913 Thanks for your details. This has been forwarded to product team, we are still waiting for the fix.

0 Votes 0 ·

0 Answers