<br><br><div class="gmail_quote">On Tue, Apr 2, 2013 at 2:35 PM, Monty Montgomery <span dir="ltr"><<a href="mailto:xiphmont@gmail.com" target="_blank">xiphmont@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Regular WAV at ~CD rate is limited to about 5 hours because the length<br>
encoding fields are 32 bit.  You need to generate an extended WAV with<br>
the WAVEFORMATEXTENSIBLE struct that allows a 16 exabyte data chunk.<br>
I'm a little surprised sox doesn't do that by default.<br></blockquote><div><br>I wasn't aware that WAVEFORMATEXTENSIBLE covered file sizes - the spec seems to be mostly about "higher resolution" sample formats. what did i miss?<br>
<br>more portable solutions, i think, include using w64 format or even CAF, which are both defined with (unsigned) 64 bit file size limits.<br><br>--p<br><br></div></div>