From owner-freebsd-multimedia Tue May 16 17: 4:58 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from rr.com (rdu25-28-182.nc.rr.com [24.25.28.182]) by hub.freebsd.org (Postfix) with ESMTP id BF93F37B61A for ; Tue, 16 May 2000 17:04:50 -0700 (PDT) (envelope-from rhh@rr.com) Received: (from rhh@localhost) by rr.com (8.9.3/8.9.3) id UAA00848; Tue, 16 May 2000 20:05:23 -0400 (EDT) (envelope-from rhh) Date: Tue, 16 May 2000 20:05:23 -0400 From: Randall Hopper To: Oliver Brandmueller Cc: multimedia@FreeBSD.ORG Subject: Re: Strange problem: fxtv and sound Message-ID: <20000516200522.A815@ipass.net> References: <20000508110728.A33101@gruft.de> <3916966C.C5C3EB31@cs.strath.ac.uk> <20000508134336.A33792@gruft.de> <20000508131332.A10497@ipass.net> <20000517012159.A28648@gruft.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000517012159.A28648@gruft.de>; from ob@gruft.de on Wed, May 17, 2000 at 01:21:59AM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oliver Brandmueller: |Randall Hopper: |> This could be explained by a few things. First, if the sound driver is not |> returning the same value on a "get" as the value that was issued by the |> last "set", that would do it. | |Hmm, seems, that's the problem. I'll paste you the output that appears |after including the lines you recommended in the fxtv source code. ... |Get volume: 59 59 /* that's what happens just after the start */ |Set volume: 59 59 |Get volume: 62 62 |Set volume: 62 62 /* until here */ | |Get volume: 65 65 /* that's what happens when I move the mouse */ |Set volume: 65 65 /* into the window */ ... Certainly looks like the sound driver or another app is the culprit. Fxtv is not setting a different value than it got. Could be an off-by-one rounding error in the PCM driver (?) -- Randall Hopper aa8vb@ipass.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message