oml-audio 0.8.4-alpha

Very basic, and thin abstraction of audio handling meant for games.
Documentation
mod audio_backend;
pub use audio_backend::AudioBackend;

mod audio;
pub use audio::Audio;

mod music;
//pub use music::Music;

mod sound;
pub use sound::SoundBank;
pub use sound::SoundPool;

mod wav_file;
pub use wav_file::WavFile;
mod wav_player;
pub use wav_player::WavPlayer;

pub mod fileloader;
pub use fileloader::FileLoader;