prscX / react-native-voice-recorder

React Native: Native Audio Recorder View
Apache License 2.0
93 stars 14 forks source link

Playing back a specific recording using a recordings path #18

Open colleenmcg opened 4 years ago

colleenmcg commented 4 years ago

After I record, I save the recording path and save it locally. At a later stage, I try to playback this specific recording using the path I have saved, but the player will only play back my most recent recording. Is there anyway to workaround this? Not sure why it only plays back most recent recording when I am passing a specific path into function.

Screenshot 2020-03-13 at 14 16 05
prscX commented 4 years ago

@colleenmcg: Could you share the Platform and Software Stack, please.

Thanks </ Pranav >

colleenmcg commented 4 years ago

I’m developing on Mac OS for an ios device. Using metro server / xcode to run the app.