rawdio 0.14.0

An Audio Engine, inspired by the Web Audio API
Documentation
1
2
3
4
5
6
7
8
mod envelope_follower;
mod event_processor;
mod periodic_notification;

pub use envelope_follower::EnvelopeFollower;
pub use event_processor::EventProcessor;
pub use event_processor::EventProcessorEvent;
pub use periodic_notification::PeriodicNotification;