Module wav::header[][src]

Expand description

Contains items responsible for dealing with the "fmt " chunk of wave files.

Structs

Header

Structure for the "fmt " chunk of wave files, specifying key information about the enclosed data.

Constants

WAV_FORMAT_IEEE_FLOAT

Value signifying IEEE float data.

WAV_FORMAT_PCM

Value signifying PCM data.