How to play sounds on Xamarin.forms?

前端 未结 4 1737
星月不相逢
星月不相逢 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 08:09

    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 :

    • Audio Sample in Xamarin.Forms : SimpleAudioForms
    • TextToSpeech by James Montemagno

提交回复
热议问题