Classes to produce a computed sound wave on the analog output.

Dependents:   SoundWaveGeneratorTest SoundWaveGeneratorTest

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
BufferedWaveA base class for Waves which pre-computes their values in a buffer during preparation and play from that buffer
SineWaveA class producing a sine wave of a given frequency
SoundWaveGeneratorA class to handle computed sound wave generation
TriangleWaveA class producing a triangle wave of a given frequency
WaveInterface of a playable sound wave
WaveBufferA class used to hold buffered sound wave data
WaveComboA class that produces a wave that results of the combination of multiple waves