[Bug 14717] resampled sound is horrible

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 23 09:07:15 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=14717

--- Comment #282 from Andrew Eikum <aeikum at codeweavers.com> 2012-04-23 09:07:15 CDT ---
Excellent, Alexander! I'm going to take some time to carefully test each patch
today. I'll let you know my results.

I did find one problem. In "put24" in patch 2,

+        t = lrintf(value * 0x800000);

should be

+        t = lrintf(value * 0x80000000);

to mirror the coefficient in "get24".

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list