From owner-freebsd-multimedia Thu Jan 4 16:43:35 2001 From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 4 16:43:32 2001 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 0445F37B402 for ; Thu, 4 Jan 2001 16:43:32 -0800 (PST) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.11.1/8.11.1) id f050i7904361; Thu, 4 Jan 2001 18:44:07 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.6-3 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 04 Jan 2001 18:44:07 -0600 (CST) Reply-To: cjsabatier@home.com Organization: @Home Network Sender: conrads@cx344940-a.meta1.la.home.com From: Conrad Sabatier To: "Jason J. Horton" Subject: Re: Tools for converting MP3 to wav file Cc: "multimedia@FreeBSD.ORG" , Kevin LEE Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 -- 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