Checks if a channel is currently playing. Takes channel (channel handle). Returns 1 if the channel is valid and currently playing, otherwise returns 0.
channel
Int
If audChannelPlaying(channel) Then
;Do something if playing
Else
;If not, do something else!
EndIf