[][src]Module wavetable::wt_reader

Reads wavetable files in WAV format.

Currently WtReader only supports reading WAV files in float format, containing the samples as 32-bit float values. Additionally each waveform in the file must be 2048 samples long.

For every 2048 samples, the reader will add an additional waveshape table to the result. As read from disk, these tables will not be bandlimited, and might therefore generate aliasing if used directly.

Structs

WtReader