Crate basic_waves

Source
Expand description

§Basic Waves

A selection of infinite sources for Rodio that generate sound waves.

Structs§

NoiseWave
An infinite source that produces a white noise wave. Has a definable sample rate and one channel.
SawWave
An infinite source that produces a saw tooth wave. Has a definable sample rate and one channel.
SineWave
An infinite source that produces a sine wave. Has a definable sample rate and one channel.
SquareWave
An infinite source that produces a square wave. Has a definable sample rate and one channel.
TriangleWave
An infinite source that produces a triangle wave. Has a definable sample rate and one channel.

Traits§

Source
Re-export from Rodio, A source of samples. A source of samples.