WavFile

Basic WAV file loader TO DO: Make some more specific exceptions by final version 0.10.0!

Constructors

this
this(string filename)

load a wav file from path

Members

Structs

WavHeader
struct WavHeader

WAV file header

Variables

header
WavHeader header;

header info

rawData
ubyte[] rawData;

raw file contents

Meta