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

Speech Recognition wont start a second time #5

Closed jbienzms closed 6 years ago

jbienzms commented 6 years ago

Hello @PingAK9, awesome work and great sample!

I've deployed this to my phone with the following configuration:

The application runs exactly as expected the first time I press the microphone button. Speech is understood and spoken back properly using TTS. However, the second time I press the microphone button it doesn't work. Android makes the Beep sound like it is starting to listen, but then it immediately makes another double-beep failure sound and nothing is recognized.

Any idea what could be wrong or how I could fix it?

Thanks!!!

khanhuitse05 commented 6 years ago

Hello @jbienzms As your describe, you choose don't show android native popup, In this case. you must "press and hold" red button.

when i test this bug. i find out a new bug in android (i forgot hide loading screen when nothing is recognized). Can you update new version.

Thank you!

yosi1202 commented 5 years ago

@PingAK9 This is happening to me also on IOS iphone 7, when trying to recognise speech for the second time it is stock in the loading screen

khanhuitse05 commented 5 years ago

Hello @yosi1202 SR. I don't have iPhone7, But when I test on Ipadmini 3. It works well All of my code is open, Can you check it yourself.