react-native-sound-recorder
react-native-sound-recorder copied to clipboard
`Cannot record audio at path`
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
Not sure if this will work on simulators at all. Did you try on real devices?
Also did you obtain the required permissions?
Not sure if this will work on simulators at all. Did you try on real devices?
Nope I only tested on my simulator. I'll try it on a real device in a sec
Also did you obtain the required permissions?
Yup I tried with and without
@KrisLau Any luck on the issue, I'm also facing the same problem, both in emulator and real device
@Lordhacker756 It works on a device
@KrisLau , Can you please guide me on why am I getting an empty error on starting the recording?
