Date: Sat, 9 Dec 2000 19:20:49 -0700 (MST) From: Mike Holling <myke@ees.com> To: Alexander Leidinger <Alexander@Leidinger.net> Cc: kuku@gilberto.physik.rwth-aachen.de, multimedia@FreeBSD.ORG Subject: Re: mp3 to aiff Message-ID: <Pine.BSF.4.21.0012091916100.11572-100000@phluffy.fks.bt> In-Reply-To: <200012071314.eB7DENH02383@Magelan.Leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> A combination of mpg123 and sox, either one after one or linked with a > pipe? > mpg123 -w file.wav file.mp3 > sox file.wav file.aiff I just did this myself. Here's the right pipeline: mpg123 -s file.mp3 | sox -t raw -r 44100 -c 2 -s -w - file.aiff - Mike 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?Pine.BSF.4.21.0012091916100.11572-100000>