voice
voice copied to clipboard
Crash issue
I have tried to recognize voice, and app start to record an audio. After I have stopped audio record, app start voice recognize again. Then app is crashed. I am getting following issue from xcode. 'com.apple.coreaudio.avfaudio', reason: 'required condition is false: IsFormatSampleRateAndChannelCountValid(hwFormat)'
How would I fix that issue ?
Have the same issue right now,
- start recognition
- stop
- app is crashing when recognition starts again
I got the same issue, i think no one really achieved the solution. Look at this -> https://github.com/wenkesj/react-native-voice/issues/50
Check out #361. I am already using this solution in my live project and it is working completely fine.