voice icon indicating copy to clipboard operation
voice copied to clipboard

Crash issue

Open topdeveloper0017 opened this issue 6 years ago • 3 comments

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 ?

topdeveloper0017 avatar Dec 11 '18 23:12 topdeveloper0017

Have the same issue right now,

  1. start recognition
  2. stop
  3. app is crashing when recognition starts again

ts-ign0re avatar Dec 27 '18 07:12 ts-ign0re

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

monggos avatar May 01 '19 10:05 monggos

Check out #361. I am already using this solution in my live project and it is working completely fine.

DeepakM02 avatar Mar 11 '22 09:03 DeepakM02