From owner-freebsd-hackers Mon Sep 16 2: 0:11 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ABC037B400 for ; Mon, 16 Sep 2002 02:00:09 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 343B943E3B for ; Mon, 16 Sep 2002 02:00:09 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020916090008.IMQR26805.rwcrmhc52.attbi.com@InterJet.elischer.org> for ; Mon, 16 Sep 2002 09:00:08 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id BAA93671 for ; Mon, 16 Sep 2002 01:45:39 -0700 (PDT) Date: Mon, 16 Sep 2002 01:45:39 -0700 (PDT) From: Julian Elischer To: freebsd-hackers@freebsd.org Subject: Re: converting cdr/acd0t1 to wav In-Reply-To: <20020916103617.A651@gicco.cablecom.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The native data on a cd is not .wav format you need a program that reads a cd, and converts it to wav check the program dagrab in the ports/audio collection (I then use bladeenc to convert teh wav to mp3) (they are much smaller). On Mon, 16 Sep 2002, Hanspeter Roth wrote: > > Hello, > > I'm trying to convert /dev/acd0t1 to a wav format file. > Thus I did > > dd if=/dev/acd0t1 of=1.cdr bs=2352 > sox 1.cdr 1.wav > > But when playing 1.wav there is only noise. > Other wavs from /windows/media sound ok. > > I have deleted /dev/acd0t{30..99}. This shouldn't be a problem, > should it? > > How can one convert acd0t1 to wav and get a reasonable sound? > > -Hanspeter > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message