1
2
3
4
5
//! Useful implementations of `rodio::Source`

mod noise;

pub use self::noise::Noise;