Log in

View Full Version : The 2/4 GB WAV limit


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).

Susana
7th May 2008, 15:31
http://ccrma.stanford.edu/courses/422/projects/WaveFormat/

Use the hiperlink http://forum.doom9.org/images/editor/createlink.gif


__
Thank you tebasuna

tebasuna51
7th May 2008, 16:20
Thanks Susana. Copy and Paste issue.