[][src]Module bae_rs::generators

Generators

Module including many of the common/basic sound types, including sine, sawtooth, square, white noise, and more.

Re-exports

pub use zero::*;
pub use noise::*;
pub use sawtooth::*;
pub use sine::*;
pub use square::*;
pub use triangle::*;
pub use mono_wav::*;

Modules

mono_wav

WAV

noise

Noise

sawtooth

Sawtooth

sine

Sine

square

Square

triangle

Triangle

zero

Zero

Traits

FreqMod

Frequency Moderator. This trait defines types who take in a frequency as a primary argument.

Generator

The Generator trait defines types that create audio samples.

Type Definitions

GeneratorRc

Type alias for a Generator wrapped in an Rc.