NateRickard / Plugin.AudioRecorder

Audio Recorder plugin for Xamarin and Windows
MIT License
164 stars 68 forks source link

Playing of recorded audio wav file is not working in android phones #41

Closed Gr-a111y closed 4 years ago

Gr-a111y commented 4 years ago

I am using the plugin as Nuget package in a xamarin forms project. I am facing issue with playing the recorded audio file in android devices only(specifically on OnePlus and Redmi phones). It works fine in iOS.

I see that .wav file is not present in the Android file managers cache folder. Please help me with resolving the issue.

npostma commented 4 years ago

Also have this issue. Cant play a directly recorded issue in android. I has something to do with Rights or multiple Threads/Task accessing the same file. I moved over to the Plugin.MediaManager to play the audio. That works so the recorded file is fine.

Gr-a111y commented 4 years ago

Also have this issue. Cant play a directly recorded issue in android. I has something to do with Rights or multiple Threads/Task accessing the same file. I moved over to the Plugin.MediaManager to play the audio. That works so the recorded file is fine.

This works for me. I am now using Plugin.Mediamanager to play audio. Thank you.

olorunfemidavis commented 3 years ago

I had to use the Plugin.MediaManager too in order to make it work.