[Bug 14717] resampled sound is horrible

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 28 07:22:22 CST 2011


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

--- Comment #154 from Raymond <superquad.vortex2 at gmail.com> 2011-02-28 07:22:20 CST ---
(In reply to comment #151)
.
> 
> As for the acceptable tradeoffs in terms of CPU/latency/quality, I think they
> need to be discussed, 

According top , CPU usage with wine-1.3.14 when using foobar2000 is about 4% ,
and after apply your patch foobar2000 use more than 9% even when playing
44100Hz S16 stereo

Look at the patch 0001, even if the sound card support the sample rate, your
patch add  44100 x ( signed integer in to double ,  double to signed integer )
+ a lot of overhead     per second

-- 
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