wavex v0.7.2 API Reference

Modules

Read LPCM WAVE data

Read a Broadcast Audio Extension chunk

Read a data chunk

Read a format chunk

Read a RIFF chunk

WAVE processing errors

A mismatched block align value

A mismatched byte rate value

A RIFF size that does not correspond to the file size. RIFF size must be equal to file size - 8

An unexpected end of file

An unexpected format size. A format size of 16 is expected

An unexpected four character code

An unreadable date. Dates have to be of the form “yyyy-mm-dd”, where the minus/hyphen may be any character

An unreadable time. Times have to be of the form “hh-mm-ss”, where the minus/hyphen may be any character

An unsupported bits per sample value. Currently, only values of 8, 16, and 24 are supported

An unsupported format. Currently, only 0x0001 (LPCM) is supported

A channel value of 0. The number of channels must be positive

Miscellaneous utilities