From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 21 16:32:24 2004 Return-Path: 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 A2B8816A4CE for ; Mon, 21 Jun 2004 16:32:24 +0000 (GMT) Received: from mail.cheapline.net (mail.cheapline.net [65.160.120.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80AC843D58 for ; Mon, 21 Jun 2004 16:32:24 +0000 (GMT) (envelope-from rh@matriplex.com) Received: from ts7-mail.matriplex.com (ts7-mail.matriplex.com [192.168.99.2]) by mail.cheapline.net (8.12.8p1/8.11.6) with ESMTP id i5LGWMkK087079; Mon, 21 Jun 2004 09:32:22 -0700 (PDT) (envelope-from rh@matriplex.com) Date: Mon, 21 Jun 2004 09:32:22 -0700 (PDT) From: Richard Hodges X-X-Sender: rh@mail.cheapline.net To: "Ing.Richard Andrysek" In-Reply-To: <40D2D869.8030002@riedel.net> Message-ID: <20040621092245.Q86863@mail.cheapline.net> References: <40D2D869.8030002@riedel.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org Subject: Re: SPDIF capture device? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 16:32:24 -0000 On Fri, 18 Jun 2004, Ing.Richard Andrysek wrote: > Hi Richard, > > I've read your question about SPDIF capture device on freebsd. I am > currently looking for similar device.Have you found such one? Can you > access subcode etc.? Sorry, I never did find anything immediately useful for SPDIF capture. I did find a large number of false leads, though. These were mainly audio cards and chipsets that claimed to have SPDIF input, but the companies either refused to provide information or to even reply at all. Andrew Gordon had an interesting idea, to use something like this: http://www.gigatechnology.com/usbio.html If I had not solved my SPDIF problem (manufacturer documentation error), I probably would have build a capture device around some microcontroller, or maybe even a PLD connected to my host's parallel port. If you also want to capture the raw bits for testing your framing and subcodes, you may see the same kind of difficulties I had :-( Good luck! -Richard