remu-audio 0.1.0-beta.0

Audio processing and playback library
Documentation
1
2
3
4
5
6
7
8
9
// Remu Playback Library

pub mod decoder;
pub mod events;
pub mod loader;
pub mod player;
pub mod reader;

pub use events::PlayerEvent;