Skip to main content

audio_channel_play_with_format

Function audio_channel_play_with_format 

Source
pub fn audio_channel_play_with_format(
    channel: u32,
    data: &[u8],
    format: AudioFormat,
) -> i32
Expand description

Like audio_channel_play with an optional AudioFormat hint.