Date: Fri, 05 Jan 2001 15:18:47 +0000 From: Mikel King <mikel@ocsinternet.com> To: cjsabatier@home.com Cc: "Donald J . Maddox" <dmaddox@sc.rr.com>, Kevin LEE <klee@esec.com.au>, "multimedia@FreeBSD.ORG" <multimedia@FreeBSD.ORG>, "Jason J. Horton" <jason@intercom.com> Subject: Re: Tools for converting MP3 to wav file Message-ID: <3A55E5D7.18E99A90@ocsinternet.com> References: <XFMail.20010104193026.cjsabatier@home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I am just curious what then do you plan on doing with these rather large wav files? Conrad Sabatier wrote: > On 05-Jan-2001 Donald J . Maddox wrote: > > On Thu, Jan 04, 2001 at 06:44:07PM -0600, Conrad Sabatier wrote: > >> > >> On 03-Jan-2001 Jason J. Horton wrote: > >> >> I just want to know what tools in the port tree will allow me to > >> >> convert MP3 file to a wav file. > >> > > >> > /usr/ports/audio/mpg123 > >> > > >> > try: > >> > mpg123 -w filename.wav filename.mp3 > >> > >> This doesn't create a wave file, but rather a raw pcm file. What you need > >> to > >> do is install sox as well, then: > >> > >> mpg123 -s filename.mp3 | sox -t raw -s -w -r 44100 -c 2 - filename.wav > > > > Uh, mpg123 -w *does* produce wave files: > > Right you are. I was confusing the -s and -w switches. My bad. > > -- > Conrad Sabatier > http://members.home.net/conrads/ > ICQ# 1147270 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A55E5D7.18E99A90>