From owner-freebsd-hackers Mon Sep 16 1:36:20 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 EA89A37B400 for ; Mon, 16 Sep 2002 01:36:19 -0700 (PDT) Received: from relay02.cablecom.net (relay02.cablecom.net [62.2.33.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF16B43E3B for ; Mon, 16 Sep 2002 01:36:18 -0700 (PDT) (envelope-from hanspeter_roth@hotmail.com) Received: from gicco.cablecom.ch (dclient80-218-72-191.hispeed.ch [80.218.72.191]) by relay02.cablecom.net (8.12.5/8.12.5/SOL/AWF/MXRELAY/20020820) with ESMTP id g8G8aHWs080213 for ; Mon, 16 Sep 2002 10:36:17 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Received: (from idefix@localhost) by gicco.cablecom.ch (8.11.6/8.11.6) id g8G8aHd00708 for freebsd-hackers@freebsd.org; Mon, 16 Sep 2002 10:36:17 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Date: Mon, 16 Sep 2002 10:36:17 +0200 From: Hanspeter Roth To: freebsd-hackers@freebsd.org Subject: converting cdr/acd0t1 to wav Message-ID: <20020916103617.A651@gicco.cablecom.ch> Reply-To: freebsd-hackers@freebsd.org Mail-Followup-To: freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 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