pub fn audio_channel_play_with_format(
channel: u32,
data: &[u8],
format: AudioFormat,
) -> i32Expand description
Like audio_channel_play with an optional AudioFormat hint.
pub fn audio_channel_play_with_format(
channel: u32,
data: &[u8],
format: AudioFormat,
) -> i32Like audio_channel_play with an optional AudioFormat hint.