From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Adam M. Costello" Date: Thu, 04 May 2000 00:45:17 +0000 Subject: Re: MP3 to AIFF Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sound@vger.kernel.org The Fresh Prince of Darkness wrote: > Does anyone have a good linux app for converting MP3s to AIFF? mpg123 is a good MP3 decoder: http://www.mpg123.de/ mp3info is a good MP3 inspection tool: ftp://bimbo.hive.no/pub/mp3info/ sox is a good non-MP3 audio format converter: http://home.sprynet.com/~cbagwell/sox.html Here's a script for gluing them together: http://www.cs.berkeley.edu/~amc/utils/#mp3to AMC