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.
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.
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
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.
@SNL-3913 Thanks for your details. This has been forwarded to product team, we are still waiting for the fix.
4 people are following this question.