View Single Post
Old 2nd March 2015, 00:59   #6  |  Link
foxyshadis
Angel of Night
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Tangled in the silks
Posts: 9,559
Quote:
Originally Posted by eddman View Post
I don't really know what that is and why it should be like that.
Just the byte order to correctly read the samples, and since it's always tagged, it doesn't matter. Technically: x86/x64 are little endian, Motorola 6800 and its descendants were big endian, and all that means is that if the file doesn't match the CPU then the bytes have to be swapped internally to work with them. (ARM can be both endians.)

tl;dr: Always use le.
foxyshadis is offline   Reply With Quote