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.