arsd.wav

Basic .wav file reading and writing.

Members

Functions

wavReader
WavReader!T wavReader(T t)
WavReader!DataBlock wavReader(const(ubyte)[] data)

Convenience constructor for WavReader

wavReader
WavReader!CFileChunks wavReader(string filename)

Construct a WavReader from a filename.

Structs

WavFileHeader
struct WavFileHeader
Undocumented in source.
WavReader
struct WavReader(Range)

After construction, the parameters are set and you can set them. After that, you process the samples range-style.

WavWriter
struct WavWriter

Meta

History

Written May 15, 2020, but loosely based on code I wrote a long time ago, at least August 2008 which is the oldest file I have generated from the original code.

The old code could only write files, the reading support was all added in 2020.