From owner-freebsd-multimedia@FreeBSD.ORG Wed Feb 16 02:55:24 2005 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 0779B16A4CE for ; Wed, 16 Feb 2005 02:55:24 +0000 (GMT) Received: from phws.ph.noda.tus.ac.jp (phws.ph.noda.tus.ac.jp [133.31.102.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E80843D31 for ; Wed, 16 Feb 2005 02:55:23 +0000 (GMT) (envelope-from kazuhito@ph.noda.tus.ac.jp) Received: from localhost (unknown [133.31.111.131]) by phws.ph.noda.tus.ac.jp (Postfix) with ESMTP id 68C684D8035; Wed, 16 Feb 2005 11:55:21 +0900 (JST) Date: Wed, 16 Feb 2005 11:55:21 +0900 (JST) Message-Id: <20050216.115521.343152433.kazuhito@ph.noda.tus.ac.jp> To: pb@ludd.ltu.se From: Kazuhito HONDA In-Reply-To: <200502141139.j1EBdnrc025324@brother.ludd.ltu.se> References: <200502141139.j1EBdnrc025324@brother.ludd.ltu.se> X-Mailer: Mew version 3.3 on XEmacs 21.5-b18 (chestnut) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org Subject: Re: Success with Creative SB Live! 24 Ext 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, 16 Feb 2005 02:55:24 -0000 Hello, I have `Soundblaster Live! 24-bit External', too. And I'm using it with FreeBSD 6-current/i386. The current codes for USB audio devices have been patched along some PR's. http://www.freebsd.org/cgi/query-pr.cgi?pr=75274 http://www.freebsd.org/cgi/query-pr.cgi?pr=75276 http://www.freebsd.org/cgi/query-pr.cgi?pr=75311 These patches may satisfy some your wishes. But some USB devices have only few fixed sampling rates, and ones of my Soundblaster Live! 24-bit External are 44.1 kHz, 48 kHz, and 96 kHz. If we play a sound source in another sampling rate, some USB devices must play in a different sampling rate and out of pitch with FreeBSD 4 or 5, and don't play with FreeBSD current. So you had better use a userland mixer, e.g. EsounD or aRts. Kazuhito HONDA