sox-users@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
* help why not works
@ 2015-11-01 21:49 Joan van Ooijen
  2015-11-02  1:19 ` Dave Graff
  0 siblings, 1 reply; 2+ messages in thread
From: Joan van Ooijen @ 2015-11-01 21:49 UTC (permalink / raw
  To: sox-users


[-- Attachment #1.1: Type: text/plain, Size: 187 bytes --]

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,

[-- Attachment #1.2: Type: text/html, Size: 707 bytes --]

[-- Attachment #2: Type: text/plain, Size: 79 bytes --]

------------------------------------------------------------------------------

[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
Sox-users mailing list
Sox-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: help why not works
  2015-11-01 21:49 help why not works Joan van Ooijen
@ 2015-11-02  1:19 ` Dave Graff
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Graff @ 2015-11-02  1:19 UTC (permalink / raw
  To: sox-users; +Cc: Dave Graff

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 <joan.no.spam@gmail.com> 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,


------------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-02  1:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-01 21:49 help why not works Joan van Ooijen
2015-11-02  1:19 ` Dave Graff

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).