adrianstevens / Xamarin-Plugins

Cross-platform Plugins for Xamarin, Xamarin.Forms and Windows
https://www.nuget.org/packages/Xam.Plugin.SimpleAudioPlayer/
MIT License
132 stars 53 forks source link

SimpleAudioPlayer Load(stream) does not work on Windows #99

Open elzner2 opened 2 years ago

elzner2 commented 2 years ago

I am using SimpleAudioPlayer WPF version and I'm trying to Load a song from stream but I always get a "file 1.wav not found" exception.

I looked a the code and the Load(stream) method does not even use the stream, instead it trys to load files by name "[index].wav"

regards, Peter

elzner2 commented 2 years ago

Load(filename) does not work either on Windows, it adds "Assents\" to the filename