[Bug 14717] resampled sound is horrible

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 2 09:39:45 CST 2011


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

--- Comment #114 from Alexander E. Patrakov <patrakov at gmail.com> 2011-01-02 09:39:40 CST ---
I have tried to do this addition myself:

  if (dsb->freq == dsb->outfreq)
  {
    dsb->firstep = 1;
    dsb->firdelay = (dsb->freq / 100) * dsb->pwfx->nBlockAlign;
  }
  else
  {
    dsb->firdelay = (2 * g_fir[dsb->quality]->size / dsb->firstep) + (dsb->freq
/ 100);
    dsb->firdelay *= dsb->pwfx->nBlockAlign;
  }

It fixed the dsound8 test completely, but made matters with foobar2000 even
worse.

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