Re: Setting volume levels?
Re: Setting volume levels?
- Subject: Re: Setting volume levels?
- From: David Duncan <email@hidden>
- Date: Thu, 26 Jun 2003 16:28:44 -0400
On Thursday, June 26, 2003, at 04:09 PM, Howard Moon wrote:
Volume: 0.590000 0.586691
That's because 0.59 cannot be represented exactly in memory. It's
called rounding error
If it was simply rounding error, then Jim would have gotten
0.5899999737739563 (which rounds to .59 in 6 places), not 0.586691.
This points to someone else quantizing the value somewhere along the
line. And since the property apis should be passing the float as is
into the driver, then it is probably the driver and/or the hardware
that is doing that.
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.