khanhuitse05 / speech-and-text-unity-ios-android

Speed to text in Unity iOS use Native Speech Recognition
MIT License
297 stars 126 forks source link

Trouble with Android Voice #46

Closed o0grip0o closed 3 years ago

o0grip0o commented 3 years ago

I am having trouble with the Android Voice part here. I am building a project that use Speech and text for both IOS and Android. The iOS part is working fine but the Android part is showing a pop up in Korean and the it is not recognizing the speech. Any ideas on how I can get this to work? Unity 2019.4.20f

Znoleg commented 3 years ago

The bridge script set korean language as default. To set needed language you have to call "Setting" function of SpeechToText script with correct language string like "en-Us".