<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Nov 3, 2013 at 4:59 PM, Chris Bungue <span dir="ltr"><<a href="mailto:ch.bungue@gmail.com" target="_blank">ch.bungue@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Sorry, maybe the question is a little bit silly,<br></div>but I'm a musician not a programmer. <br>
<div><div><br>Could it be that the wav format (32bit-float) is different on linux and windows? Somebody told me that windows wav file are LSB  and linux and Mac are MSB.<br></div></div></div></blockquote><div><br></div><div>
they are wrong. riff/wav are always little-endian, by definition.<br><br></div><div>however, 32 bit float is not supported by many blobs of code intended to read riff/wav files, and technically are not part of the original WAV specification (they were added for WAVEX).<br>
</div><div class="gmail_quote"> <br></div></div></div></div>