react-native-sound-recorder icon indicating copy to clipboard operation
react-native-sound-recorder copied to clipboard

Simplest Sound Recorder for React Native

Results 6 react-native-sound-recorder issues
Sort by recently updated
recently updated
newest added

Not sure why but whenever i call ``` await SoundRecorder.start( SoundRecorder.PATH_CACHE + '/intro.mp4', ) ``` I get the error : `Cannot record audio at path: file:///Users/newuser/Library/Developer/CoreSimulator/Devices/E478DE65-BB47-40D1-9458-0900DF9F8CB6/data/Containers/Data/Application/943974CE-A0DE-45ED-B7D3-12F73CBCF6E1/Library/Caches/intro.mp4`

Constants for the format, quality, source and encoder are not present on the type declaration, meaning, that using any of these options in a .ts file will result in an...

help wanted

No error being shown on start and stop and all the permissions are granted to app. After stop recording it shows file path but no file is saved on specified...

no reproduce steps

While recording audio from android phone, we are not getting metadata but in IOS this is working fine. Because of this recorded audios are not playing in chrome or Firefox....

Sometimes crash when stop recording with this error: Fatal Exception: java.lang.NumberFormatException Invalid int: "null" com.kevinresol.react_native_sound_recorder.RNSoundRecorderModule.stop --------- For some reason, we are receiving null as duration, so parseInt expect an integer...

SoundRecorder.start(SoundRecorder.PATH_CACHE + '/test.mp4',{ quality: SoundRecorder.QUALITY_MAX, source : SoundRecorder.SOURCE_VOICE_CALL, }) .then(function() { console.log('started recording'); }); not support source option.. anyone know related this issue, please help me..