goodatlas / react-native-audio-record

Audio record buffers for React Native (iOS and Android)
MIT License
176 stars 100 forks source link

Can I change file recorder wav file path ? #17

Open nileshprajapati007444 opened 5 years ago

nileshprajapati007444 commented 5 years ago

let audioFile = await AudioRecord.stop();

When I print audioFile value, I got path as below:

"data/user/0/com.chatboatsample/files/test.wav"

Can I change this path ? I want to store this file in root.

maxckelly commented 4 years ago

@nileshprajapati007444 - Did you figure out how to do this?

rm3d0nc4 commented 3 years ago

Did you get an answer?

prashant1137 commented 2 years ago

Hello @nileshprajapati007444

Did you get any solution for it ? I want to set path on external directory if you finding solution please help here.

liqiujiong commented 2 years ago

i have same problem

jecs89 commented 1 year ago

You can set name of the file in options, so you could set a path to save in other folder, just try it.