swamp_game_audio

Trait Audio

Source
pub trait Audio {
    // Required method
    fn play(&mut self, audio: &StereoSampleRef) -> SoundHandle;
}

Required Methods§

Source

fn play(&mut self, audio: &StereoSampleRef) -> SoundHandle

Implementors§