Checks if music is currently playing. Takes music (music channel handle). Returns 1 if playing, 0 if not.
music
Int
If audMusicPlaying(channel) Then
Print \"Status: Playing\"
Else
Print \"Status: Stopped\"
EndIf