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

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

Android SpeechToText.cs #55

Open jebsuv opened 3 years ago

jebsuv commented 3 years ago

Hi, I'm trying to find why these lines in Android don't work:

(line 64) javaUnityClass.CallStatic("StartRecording");

and

(line 77) javaUnityClass.CallStatic("StopRecording");

I debug after those lines but nothing happens

vietthaikhanhhoang commented 1 year ago

In Android, when i set: SpeechToText.Instance.isShowPopupAndroid = true; ==> is working SpeechToText.Instance.isShowPopupAndroid = false; ==> is not working

gtop79 commented 1 year ago

Hello. I have the same issue. Did you solve it ? I read that the Android.manifest file had to be edited but with unity I encounter build issues.

imalikshahzaib commented 1 year ago

I'm facing the same issue, Have you guys solved that or not?