oml-audio 0.2.2

Very basic, and thin abstraction of audio handling meant for games.
Documentation
1
2
3
4
5
6
7
8
9
10
mod music;
pub use music::Music as Music;

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


pub mod fileloader;
pub use fileloader::FileLoader as FileLoader;