Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2000 20:05:23 -0400
From:      Randall Hopper <aa8vb@ipass.net>
To:        Oliver Brandmueller <ob@gruft.de>
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: Strange problem: fxtv and sound
Message-ID:  <20000516200522.A815@ipass.net>
In-Reply-To: <20000517012159.A28648@gruft.de>; from ob@gruft.de on Wed, May 17, 2000 at 01:21:59AM %2B0200
References:  <20000508110728.A33101@gruft.de> <3916966C.C5C3EB31@cs.strath.ac.uk> <20000508134336.A33792@gruft.de> <20000508131332.A10497@ipass.net> <20000517012159.A28648@gruft.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000516200522.A815>