From owner-freebsd-multimedia@FreeBSD.ORG Sun Jul 20 17:12:05 2014 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F922B66 for ; Sun, 20 Jul 2014 17:12:05 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E30812761 for ; Sun, 20 Jul 2014 17:12:04 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id B62E21FE026; Sun, 20 Jul 2014 19:11:54 +0200 (CEST) Message-ID: <53CBF868.5070409@selasky.org> Date: Sun, 20 Jul 2014 19:12:08 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Hans Ruhe Subject: Re: Making freebsd - pcbsd faster by changing the interrupt requests References: <53CB913F.4060405@selasky.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2014 17:12:05 -0000 On 07/20/14 13:25, Hans Ruhe wrote: > Hello Hans Petter, > > I have to make a compliment about the audio in Freebsd too. It sounds > great. So it is just a matter of interpretation too. But perhaps it helps > your project to change the irq requests. > It is just an idea. > Hi, If you look in "dmesg", the current USB audio buffers are 2x8ms. You can set them shorter in the driver if you like. What is your application? BTW: Have you heard about zynaddsubfx? Works great under FreeBSD! --HPS