pub fn audio_channel_play(channel: u32, data: &[u8]) -> i32Expand description
Play audio on a specific channel. Multiple channels play simultaneously.
Channel 0 is the default used by audio_play. Use channels 1+ for layered
sound effects, background music, etc.