pub async fn load_sound_from_bytes(data: &[u8]) -> Result<Sound, FileError>
Expand description

Load audio data.

Attempts to automatically detect the format of the source of data.