darq(@)

Results 5 comments of darq(@)

Same. I think this library not supported anymore

@punarinta @Kammeh @yasithmilinda Guys please can you look at this?

I think I fixed it: https://github.com/kevinresol/react-native-sound-recorder/pull/53/commits/d4b8b0e99b584f2ea6492aa6ef21364e45a73646 You can use my fork: https://github.com/darknessproduction/react-native-sound-recorder Use this for android ``` SoundRecorder.start(SoundRecorder.PATH_CACHE + '/sound.mp4').then(function(){ SoundRecorder.onNewFrame = (dataWave) => { console.log('data', dataWave) } }) ```

It's crashing on Android 9 sometimes. Here: ` at android.media.MediaRecorder.start (MediaRecorder.java:1348)` As I remember it happens because of this: `react-native-sound-recorder/android/src/main/java/com/kevinresol/react_native_sound_recorder/RNSoundRecorderModule.java` `constants.put("SOURCE_MIC", MediaRecorder.AudioSource.MIC);` It has to be MediaRecorder.AudioSource.Default on some different...

okay I think I figured it out. Leave only 1 genericmessagecommand. so if you copied all comands from /Commands to /CustomCommands, you need to move out or remove /Payments, /ServiceMessage,...