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
I think, Xamarin.Forms has no sound APIs at the moment so you will have to write custom, platform-specific code.
Check how James Montemagno implements TextToSpeech (using DependencyService)
Refer :