I\'m having some issues taking audio data stored in a byte array, converting it to a big-endian short array, encoding it, then changing it back into a byte array. Here is wh
It looks like you are swapping the byte order between reading the bytes in and writing them back out (unsure if this is intentional or not).