Hi, I'm looking at using something I can use to play music and sound effects. I've come across the Media Manager and read a few things about it, but I cannot get it to play my audio file. I dunno if I am using the wrong code or my file directory for Android isn't correct. I have XAML calling an image from the same location and there are no compilation errors that it can't find the file.
I've also tried using the same play call in the button events but they are also unresponsive to play the audio. Though I can get it to crash by having it do an await on CrossMediaManager.Current.Play("ZeldaTheme.mp3"); in one of my button calls.