From owner-freebsd-multimedia@FreeBSD.ORG Tue Mar 8 12:37:48 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 D2F4016A4CE for ; Tue, 8 Mar 2005 12:37:48 +0000 (GMT) Received: from trickle.cc.mcgill.ca (trickle.CC.McGill.CA [132.206.27.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707AB43D2F for ; Tue, 8 Mar 2005 12:37:48 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan5.CC.McGill.CA (mailscan5.CC.McGill.CA [132.216.77.252])j28Cbbub006324; Tue, 8 Mar 2005 07:37:43 -0500 (EST) Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) j28CZ0pS005404; Tue, 8 Mar 2005 07:35:00 -0500 Received: from localhost.localdomain (acid.cnd.mcgill.ca [132.216.11.151]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j28Cb1Ta031810; Tue, 8 Mar 2005 07:37:01 -0500 Received: from localhost.localdomain (acid [127.0.0.1]) j28Cb19T005284; Tue, 8 Mar 2005 07:37:01 -0500 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j28Cb0CQ005283; Tue, 8 Mar 2005 07:37:00 -0500 Date: Tue, 8 Mar 2005 07:37:00 -0500 From: Mathew Kanner To: Kazuhito HONDA Message-ID: <20050308123700.GB2944@cnd.mcgill.ca> References: <20050306171027.GE4237@cnd.mcgill.ca> <20050306184416.5603976c@Magellan.Leidinger.net> <20050306204908.GF4237@cnd.mcgill.ca> <20050308.154828.963419604.kazuhito@ph.noda.tus.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050308.154828.963419604.kazuhito@ph.noda.tus.ac.jp> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA cc: freebsd-multimedia@freebsd.org cc: Alexander@Leidinger.net cc: mat@cnd.mcgill.ca Subject: Re: uaudio patch, configurable buffer size 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: Tue, 08 Mar 2005 12:37:48 -0000 On Mar 08, Kazuhito HONDA wrote: > Hello, > > `he' is me, isn't he? > > I haven't found that FreeBSD has the sampling rate converter. > So I have made several ugly solutions for uaudio. > But when uaudio can use the sampling rate converter, > they should be canceled. Hi Kazuhito, FreeBSD does have a format/sample rate converter in the kernel, refer to hw.snd.report_soft_formats in the snd(4). However, it won't work with uaudio until we probe the capabilities properly. See my other e-mail to you a couple of minutes ago. --Mat