nstudio / nativescript-audio

:microphone: NativeScript plugin to record and play audio :musical_note:
Other
149 stars 104 forks source link

playRecordedFile() function don't reproduces my recorded Audio. #169

Open lblase opened 3 years ago

lblase commented 3 years ago

Hi,

I have tried the code as the documentation shows, everything works fine. When I try to reproduce my recorded Audio trough playRecordedFile() it doesn't show me any error but I can't listen to it.

I've tried to build the app on my device but I have the same result.

May I need some permissions to access the recorded file? I don't see any suggestions on documentation.

Thanks.