pub fn audio_play_with_format(data: &[u8], format: AudioFormat) -> i32Expand description
Play with an optional format hint (AudioFormat::Unknown = same as audio_play).
If the hint disagrees with what the host sniffs from the bytes, the host logs a warning but still decodes.