hyochan / react-native-audio-recorder-player

react-native native module for audio recorder and player.
MIT License
715 stars 213 forks source link

audio recorder does not work #420

Open zohre-mosavi opened 2 years ago

zohre-mosavi commented 2 years ago

Please fill the template to help you out. Also, please try the Example project compare before submiting the issue when you have certain issue with your project setup.

Version of react-native-audio-recorder-player

Version of React Native

Platforms you faced the error (IOS or Android or both?)

Expected behavior

Actual behavior

Steps to reproduce the behabior

zohre-mosavi commented 2 years ago

I have an error Error: sdcard/sound.mp4: open failed: EACCES (Permission denied)

How can I fix it?

Fischaela commented 2 years ago

Any updates on this?

iamjagan commented 2 years ago

did you try changing the path to "/data/local/tmp/sound.mp4"

hyochan commented 2 years ago

DT7LB68ju4

Couldn't reproduce this. Could you try to reproduce the problem in Example Project?