EricBatlle / UnityAndroidSpeechRecognizer

🗣️ Speech recognition on Unity and Android without the annoying google popup!
MIT License
59 stars 12 forks source link

Neither onResults nor onError gets called when no audio is detected #19

Closed MoElghobashy closed 8 months ago

MoElghobashy commented 9 months ago

What I'm doing is that I set a panel over the whole game when recording starts, and sets it off when the recording ends. if no audio is detected at all, none of the methods gets invoked, and I don't know how to set the panel off in that case,

EricBatlle commented 9 months ago

Do you have continous recognition enabled?

EricBatlle commented 8 months ago

Since there haven't been any recent updates, I am going to close this issue.

@MoElghobashy if you're still experiencing this problem and want to continue the discussion just leave a comment here and I'll be happy to re-open this.