|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Define Documentation
Standard RIFF tag to identify RIFF file format in the WAVE header.
Standard WAVE tag to identify WAVE header.
Standard FMT tag to identify format chunks.
Standard DATA tag to identify data chunks.
Standard FACT tag to identify fact chunks.
Normalize subchunk header from little endian (the representation of RIFF file) into host's endian.
Typedef Documentation
Enumeration Type Documentation
Enumeration of format compression tag.
Function Documentation
On big-endian hosts, this function swaps the byte order of the values in the WAVE header fields. On little-endian hosts, this function does nothing. Application SHOULD call this function after reading the WAVE header chunks from a file.
On big-endian hosts, this function swaps the byte order of the values in the WAVE header fields. On little-endian hosts, this function does nothing. Application SHOULD call this function before writing the WAVE header to a file.
(C)2003-2008 Benny Prijono
| |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||