I opened a wave file through hex editor. I tried two hex editors, and both put 44100 in hex (AC44) in reversed order.
Why is that? For ASCII characters, "fmt", the ordering is natural.
This is AC44.
Does this have to do with Big-Endian / Little-Endian? But why would other values displayed in the correct order?
Thanks!
Yes, it is stored in little endian format. The endianness of each field is shown here:
Note that there is a mixture of big and little endian.