Skip to main content

noise

Function noise 

Source
pub fn noise(
    seed: u64,
    secs: f32,
    amplitude: f32,
    format: AudioFormat,
) -> Vec<f32>
Expand description

Seeded white noise in [-amplitude, amplitude], deterministic per seed.