I have an app that plays sounds for starting a yacht race. It worked fine until today, when in testing the app ran fine but made no sounds. It turned out media audio was muted. These sounds are important because you can't expect a skipper starting a race to be watching the phone screen all the time.
Here is the code for one sound:
I thought setvolume(1,1) would over ride the user mute but apparently not.
Is ther a way to make sure the sounds will always be heard?
Demo of the app:
Here is the code for one sound:
Code to play one sound. File is loaded earlier.:
Sub Beep
mpBeep.SetVolume(1,1)
mpBeep.play
End Sub
I thought setvolume(1,1) would over ride the user mute but apparently not.
Is ther a way to make sure the sounds will always be heard?
Demo of the app: