Re: [linux-audio-user] Re: toolame and xmms usage

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] Re: toolame and xmms usage
From: Tobias Ulbricht (up5a_AT_stud.uni-karlsruhe.de)
Date: Sun Jun 16 2002 - 19:49:33 EEST


> mpg123 -w outfile.wav infile.mp3
>
> that's all.

that's right.
moreover toolame *is* an encoder, so that's not what you want.
moreover if you want to convert wavs from any to any freq. (well not quite
any, but probably any you want.) use sox.

sox input.wav -r 44100 output.wav

or more explicitely maybe:

sox -r 48000 -c 2 -s -w input.wav -r 44100 output.wav

should do it.
read sox(1) for the flags...

cheers,tobias.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sun Jun 16 2002 - 20:50:50 EEST