Module header

Source
👎Deprecated: This project is no longer maintained, use the hound crate
Expand description

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

Structs§

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

Constants§

WAV_FORMAT_IEEE_FLOATDeprecated
Value signifying IEEE float data.
WAV_FORMAT_PCMDeprecated
Value signifying PCM data.