Big endian:

  high low

Little endian:

  low high

-----------------------------
Byte orders needed to play

solaris:  big
dec:      big

Byte orders set

solaris:  big
dec:      little


New plan.

Use speechread to read everything in in native byte order.  Then, if
the native byte order is the same as what the mac expects then no
change.  If it is different then swap all the bytes.  It appears that
the mac is big endian.



