<quote who="Nick Croft">

> Morning,
> 
> I've used the very useful 'vsound' app to grab some news-clips in a foreign
> language I'm learning.
> 
> The output is in .wavs, apparently Microsoft PCM, as in
> 
*snip*

> sox: Writing Wave file: Microsoft PCM format, 1 channel, 44100 samp/sec
> sox:         88200 byte/sec, 2 block align, 16 bits/samp
> sox: Output file tmp.wav: using sample rate 44100
>         size shorts, encoding signed (2's complement), 1 channel
> sox: Output file: comment "news_sep3-2.wav"
> 

I think you will find this is your problem - CD audio should be stereo.

Try 

sox input.wav -c 2 output.wav

to make it stereo, or:

sox input.wav -t .cdr output.cdr

J.
-- 
Jan Schmidt                                  [EMAIL PROTECTED]

"Computer games don't affect kids; I mean if Pac-Man affected us as
kids, we'd all be running around in darkened rooms, munching magic pills
and listening to repetitive electronic music." - Unknown
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to