Did I read earlier in the thread that your using OS X? I think OS X
uses a OSS simulator to be able to play audio. So the command line
would be something like:
sox infile -t ossdsp /dev/dsp
if that plays noise then there may be an endian problem. Try changing
endians with:
sox infile -x -t ossdsp /dev/dsp
if that works then let us know more details of your CPU (intel vs. powerpc).
If your using ALSA then substitute "-t ossdsp /dev/dsp" with "-t alsa
default".
Chris
Pascal Giard wrote:
Hello Wolfgang!
On 5/7/07, Wolfgang Aigner <[EMAIL PROTECTED]> wrote:
I was very curious and so I build the package from sox.sourceforge.net from
the current cvs (SoX, 14.0.0). The result is the same as reported. I only get
noise sound from my speaker. Do you have any idea how I can help to find that
bug?
Nope, i need other developpers help on this...
Reuben, Robs, Chris... ideas?
There is an other problem when I start "make dist" following error happens:
mkdir: cannot create directory `sox-14.0.0/src/libgsm': No such file or
directory
make: *** [distdir] Error 1
So I had built with "make" and start from the ./src/ file.
Hmm... i'm unable to reproduce your problem with a fresh CVS checkout.
What i did:
1) cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/sox co -P sox
2) cd sox && autoreconf -i && ./configure && make dist && debuild -B
I get 3 debian packages: sox, libsox0 and libsox-dev .
-Pascal
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]