From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 4 02:00:46 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F5B816A4CE for ; Wed, 4 Aug 2004 02:00:46 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id D11B243D48 for ; Wed, 4 Aug 2004 02:00:43 +0000 (GMT) (envelope-from metal_man@mail.ru) Received: from [217.118.66.254] (port=33404 helo=METALLER) by mx2.mail.ru with smtp id 1BsB56-000K7P-00; Wed, 04 Aug 2004 06:00:42 +0400 Message-ID: <000401c479c6$d86a09d0$dcb213ac@METALLER> From: "Dmitriy Startsev" To: "Kevin Koch" , References: <4110327A.2010801@midsouth.rr.com> Date: Wed, 4 Aug 2004 06:00:35 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 FL-Build: Fidolook 2004 (HL) 6.0.2600.32000 - 17/4/2004 06:54:21 X-Spam: Not detected Subject: Re: Programmer's reference guide for the SB-LIVE? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 02:00:46 -0000 Hello, Kevin! You wrote to on Tue, 03 Aug 2004 19:48:58 -0500: KK> Anyone have any documentation the soundblaster-live soundcards(the KK> hardware side/chipset, developingg software for it, etc) KK> It would probably make our tasks easier in the bsd world I think. And KK> maybe porting linux audio software to FreeBSD alot easier too. KK> And at a faster rate. KK> Maybe even some of us coming up with better/more origional software KK> than the linux world :) You don't need to know anything about programming a particular hardware to port/create audio applications (unless you're going to develop a driver). What you do need to know is some audio driver API. For FreeBSD, there are Open Sound System drivers available for several audio cards including SB Live. With best regards, Dmitriy Startsev.