[Tutor] mp3 range violation reportage.

Doug Stanfield DOUGS@oceanic.com
Sun, 27 May 2001 18:02:41 -1000


[Tesla Coil...]
> First obstacle is, mpg123 -t -c Raw_Power.mp3 > a_file
> doesn't redirect this or any data to a_file.
> 
> Another approach to capturing the results?

Completely speculation, but it may be that the text output from the program
is to standard error not standard output.  If you tried to use popen2.popen3
you might get something.

-Doug-