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

Dependents:   SoundWaveGeneratorTest SoundWaveGeneratorTest

Embed: (wiki syntax)

« Back to documentation index

WaveBuffer Class Reference

WaveBuffer Class Reference

A class used to hold buffered sound wave data. More...

#include <WaveBuffer.h>


Detailed Description

A class used to hold buffered sound wave data.

It's basically a vector of floats which can be read in a cyclic way.

Definition at line 12 of file WaveBuffer.h.