Package: sox
Version: 12.17.7-2

I have raw audio, byte swapped order, 16-bits, signed, mono.
It should be played by command
sox -x -w -s -c 1 -r 44100 -t raw stream.raw -t ossdsp /dev/dsp
but I only get awful noise.

Copying older sox version from Debian Woody (and depended libraries 
libvorbisenc.so.0 and libvorbisfile.so.0) it works correctly.

The input parameters matter, not the output parameters:
I can write the output into raw file and compare them
between the two sox versions. This reveals that in the
broken sox version there is one extra zero byte inserted
at offset 120 which shifts all the rest data one byte
forward.

My test file:
http://www.ee.oulu.fi/%7Etuukkat/tmp/stream.raw
(but any raw file in the same format could be used).

System info:
Package: libc6
Version: 2.3.2.ds1-22
Computer: x86, kernel 2.4.29 (tried two x86 computers, same results).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to