When I start the sample app and use my phone, it's working.. but when i try on some other devices i got 3/Audio recording error message. what does it means ?


Had the same issue and fixed it with the help of this thread: https://stackoverflow.com/a/48006238/2702513
Basically you need to have the Google App installed and given the correct permission to (Just run the voice recogniton feature from the Google App).
@MrHazimAli Did you solve your problem?
I have the same issue, have not been able to get any troubleshooting info
Hi @salamancajr did this comment help you? https://github.com/react-native-community/voice/issues/85#issuecomment-402132997
Having this same problem, no luck so far.
So I was having this issue only on android, with everything working fine on ios. For me the problem turned out to be that I was trying to record audio and do speech recognition at the same time. But it turns out android doesn't allow the use of the mic by more than one action at a time. Very frustrating. Not sure how to get around this yet, but hope this helps someone.
https://stackoverflow.com/questions/39765018/android-record-audio-while-doing-speech-recognition
Had the same issue and fixed it with the help of this thread: https://stackoverflow.com/a/48006238/2702513
Basically you need to have the Google App installed and given the correct permission to (Just run the voice recogniton feature from the Google App).
This solved it in my case
Most helpful comment
Had the same issue and fixed it with the help of this thread: https://stackoverflow.com/a/48006238/2702513
Basically you need to have the Google App installed and given the correct permission to (Just run the voice recogniton feature from the Google App).