From owner-freebsd-questions Wed Jan 31 12:50: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from donkeykong.gpcc.itd.umich.edu (donkeykong.gpcc.itd.umich.edu [141.211.2.163]) by hub.freebsd.org (Postfix) with ESMTP id CCB8037B4EC for ; Wed, 31 Jan 2001 12:49:43 -0800 (PST) Received: from seawolf.gpcc.itd.umich.edu (smtp@seawolf.gpcc.itd.umich.edu [141.211.2.153]) by donkeykong.gpcc.itd.umich.edu (8.8.8/4.3-mailhub) with ESMTP id PAA28748; Wed, 31 Jan 2001 15:49:42 -0500 (EST) Received: from localhost (timcm@localhost) by seawolf.gpcc.itd.umich.edu (8.8.8/5.1-client) with ESMTP id PAA15875; Wed, 31 Jan 2001 15:49:42 -0500 (EST) Date: Wed, 31 Jan 2001 15:49:42 -0500 (EST) From: Tim McMillen X-Sender: timcm@seawolf.gpcc.itd.umich.edu To: Pater Pandoson Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: unencode a mp3 to create a new cd In-Reply-To: <3A78735D.A96B2CD7@eCoNeed.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 31 Jan 2001, Pater Pandoson wrote: > What tool should I use to create a new persional CD of all my faverot > songs > under FreeBSD. If you're running Gnome or KDE, Gtoast should work, though I haven't played with it yet. It is in the ports /usr/ports/sysutils/gtoast > I was trying mpg123 but the WAV's I get will not play form me. I don't believe mpg123 plays wav's. > I assume I can just put a wav on a cd and expect a audio cdpalyer to > understand it ?? No. CD's must be put in CD-DA format to burn to cd and be able to be played on a regular CD audio player. I haven't burned an audio cd yet, so I don't remember if there are better tools for doing this, but cdda2wav (in the ports) will give you a wav file and mkisofs can be used to create an iso, then use burncd or cdrecord (in ports) to burn the cd. Gtoast does all of that. I'm going to try out a few things in the next day to burn an audio CD on FreeBSD. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message