Hi, I'm developing a Xamarin Forms shared project and I will like to know how to integrate an Audio Player in my project, I read that Xamarin Forms doesn't have an Audio API and I need to use audio player per platform, how can I do this?. I think that the ui I can do it with xamarin forms and the media player in another controller class that depending the platform instantiate the correct object, is that correct??
↧