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!