Function macroquad::audio::load_sound[][src]

pub async fn load_sound(path: &str) -> Result<Sound, FileError>
Expand description

Load audio file.

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