timbre 0.3.0

A library for audio processing with composable effects.
Documentation
1
2
3
//! [`AudioSource`](crate::AudioSource) implementations that generate their own sounds.
mod tone;
pub use tone::SineWave;