tebasuna51
7th May 2008, 13:45
Two links about wav header:
http://ccrma.stanford.edu/CCRMA/Courses/422/projects/WaveFormat/
http://www.lightlink.com/tjweber/StripWav/Canon.html
The RIFF ChunkSize must be FileLength - 8 and the Data SubChunkSize can be FileLength - 44, both fields have 4 bytes.
The max file/data length supported is 2^32 - 1 (equivalent to 4GB)
(I will add more info to this first post in this thread based in questions about this problem).
http://ccrma.stanford.edu/CCRMA/Courses/422/projects/WaveFormat/
http://www.lightlink.com/tjweber/StripWav/Canon.html
The RIFF ChunkSize must be FileLength - 8 and the Data SubChunkSize can be FileLength - 44, both fields have 4 bytes.
The max file/data length supported is 2^32 - 1 (equivalent to 4GB)
(I will add more info to this first post in this thread based in questions about this problem).