Voice: 3/Audio recording error

Created on 5 Apr 2018  路  7Comments  路  Source: react-native-voice/voice

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 ?

screen shot 2018-04-05 at 7 45 29 pm
screen shot 2018-04-05 at 7 45 21 pm

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).

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tiennguyen9988 picture tiennguyen9988  路  5Comments

alvaro1728 picture alvaro1728  路  3Comments

nikodunk picture nikodunk  路  3Comments

B4ckes picture B4ckes  路  5Comments

dung-nguyentien picture dung-nguyentien  路  9Comments