|
From: Dave G. <gr...@ld...> - 2015-11-02 01:35:51
|
Joan, If you redirect stderr to a file, instead of to /dev/null, you can read whatever error message sox writes, and this might help you understand the problem. e.g. : sox -t oss/dev/dsp -t wav - lowpass 2600 2>/tmp/sox_error.txt | myprogramname.exe (You might want to use a different path or file name for the error log file.) Best regards, David Graff > On Nov 1, 2015, at 4:49 PM, Joan van Ooijen <joa...@gm...> wrote: > > I must give this command in cygwin (or maybe in windows/dos ) > > $ sox -t oss /dev/dsp -t wav - lowpass 2600 2>/dev/null | myprogramname.exe > > why not works on my system > > Thanks Joan, |