From owner-freebsd-current@FreeBSD.ORG Sat Nov 1 07:54:16 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF1716A4CE for ; Sat, 1 Nov 2003 07:54:16 -0800 (PST) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 9C38343F75 for ; Sat, 1 Nov 2003 07:54:14 -0800 (PST) (envelope-from avleeuwen@piwebs.com) Received: (qmail 37156 invoked by uid 85); 1 Nov 2003 15:56:09 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.20rc1 (uvscan: v4.2.40/v4288. Clear:RC:1:. Processed in 0.068945 secs); 01 Nov 2003 15:56:09 -0000 Received: from unknown (HELO 192.168.0.110) (192.168.0.110) by 0 with SMTP; 1 Nov 2003 15:56:08 -0000 From: Arjan van Leeuwen To: Harald Schmalzbauer , current@freebsd.org Date: Sat, 1 Nov 2003 16:54:12 +0100 User-Agent: KMail/1.5.4 References: <200311010908.12850@harrymail> In-Reply-To: <200311010908.12850@harrymail> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311011654.12247.avleeuwen@piwebs.com> Subject: Re: CDDA with common programs (ATAng) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 15:54:16 -0000 On Saturday 01 November 2003 09:08, Harald Schmalzbauer wrote: > Hi all, > > in the archive I found a discussion about some implementation changes with > ATAng which breakes CDDA support for (all?) common programs. > Will it ever be possible to use FreeBSD with e.g. kaudiocreator (needs > cdparanoia)? > I'm no friend of copying audiotracks by hand, give them a more or less > apropriate name and feed them into any encoder. > There were great tools which could do that automatically but they don't > work any more for a reason I cannot follow. There's a patch for cdparanoia that is floating around that fixes this, created by Vladimir Kushnir. I'm not sure if a PR was sent for this, if not, I'll create one (but I'm not sure cdparanoia still works on -STABLE with this patch). Anyways, you can find the patch here: http://www.piwebs.com/freebsd/atang/patch-interface__cooked_interface.c.1 Just place it in the files/ directory of the cdparanoia port. Best regards, Arjan