Home > database >  how to play an audio file - .NET MAUI
how to play an audio file - .NET MAUI

Time:06-02

I want to play a sound on my mobile application (android and IOS) I play a sound in certain circumstances. How can I do it?

CodePudding user response:

Currently, Maui does not have any audio playback framework. And there are some relative known issues in maui, you can follow them here:

https://github.com/dotnet/maui/issues/7152 .

https://github.com/CommunityToolkit/Maui/issues/113

Thanks for your feedback and support for maui.

  • Related