How to play sounds on Xamarin.forms?

前端 未结 4 1741
星月不相逢
星月不相逢 2021-02-01 07:42

I\'m creating an app for Android, iOS and Windows Phone using Xamarin.forms. My question is how to play a mp3 or wav with Xamarin Forms?

My business logic is handled by

4条回答
  •  悲哀的现实
    2021-02-01 07:58

    I just finished creating an AudioManager for Xamarin that works on iOS, Android, UWP, Windows 8.1, and Windows Phone 8.1. If you are interested check it out at https://github.com/jcphlux/XamarinAudioManager. There is a link to a Nuget package or feel free to clone the project.

提交回复
热议问题