pub fn load_audio(file_path: &str) -> Result<(), AudioError>Expand description
Loads an audio file (here we simply check its existence).
pub fn load_audio(file_path: &str) -> Result<(), AudioError>Loads an audio file (here we simply check its existence).