| Class | Description |
|---|---|
| Oscillator |
Oscillator is an implementation of an AudioSignal
that handles most of the work associated with an oscillatory signal like a
sine wave. |
| PinkNoise |
PinkNoise generates a pink noise signal.
|
| PulseWave |
A pulse wave is a square wave whose peaks and valleys are different length.
|
| SawWave |
A saw wave is characterized by rising edge followed by a sharp drop off.
|
| SineWave |
A sine wave is a smooth curve that oscillates between -1 and 1.
|
| SquareWave |
A square wave alternates between 1 and -1 at regular intervals.
|
| TriangleWave |
A triangle wave oscillates between 1 and -1 following a straight line.
|
| WhiteNoise |
White noise is a signal that contains all frequencies in equal amounts.
|