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

Dependents:   SoundWaveGeneratorTest SoundWaveGeneratorTest

Embed: (wiki syntax)

« Back to documentation index

Wave Class Reference

Wave Class Reference

Interface of a playable sound wave. More...

#include <Wave.h>

Inherited by BufferedWave, and WaveCombo.


Detailed Description

Interface of a playable sound wave.

Waves are processed in two phases. Before sending out signal, the wave is "prepared" for the generator sample rate. Once the preparation is done, the generator will repeatedly "read" the wave samples. The sample position is measured in samples.

Definition at line 15 of file Wave.h.