jcphlux / XamarinAudioManager

Cross platform Audio Manager for Xamarin
MIT License
36 stars 6 forks source link

Sound Effects #30

Open afsanchez001 opened 3 years ago

afsanchez001 commented 3 years ago

Hi John,

I am kind of new to Xamarin but I found your work to be exactly what I needed, and it's running great in my Xamarin Forms mobile app. Both the Android and iOS side are working. My question is about Sound Effects. I noticed that you commented out one line:

// _soundEffects.Add(effectId);

...with the effectId being derived from the NewSound Task. Did you have any plans on how you were potentially going to implement this? I would love to try to write some code for that. But if you could give me your thoughts on it, that would be awesome.

And thank you for this repository! It has helped a newbie like me out tremendously.

Anthony