[Webkit-unassigned] [Bug 56980] web audio: Properly sample-rate convert audio assets in chromium port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 14:15:05 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56980





--- Comment #6 from Chris Rogers <crogers at google.com>  2011-03-24 14:15:06 PST ---
AudioBus::createBySampleRateConverting() is now not compiled in for the mac port, since it's not needed there.

I added #if ENABLE(WEB_AUDIO)
to SincResampler which was missing it before.

For efficiency, the resampling now first mixes down to mono (if necessary)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list