Re: [web-audio-api] (AudioBufferSourceNodePlaybackRate): AudioBufferSourceNode.playbackRate not strictly defined (#95)

> [Original comment](https://www.w3.org/Bugs/Public/show_bug.cgi?id=17378#4) by Ehsan Akhgari [:ehsan] on W3C Bugzilla. Fri, 02 Aug 2013 19:18:05 GMT

Doesn't this assume a linear interpolating resampler?  The resampler that we use in Gecko is much more complicated (and of higher quality as a result) than that!  (It's the libspeex resampler.)

If we're going to make it possible for implementations to compete on the resampler quality, assuming the resampling algorithm seems like a mistake.

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/95#issuecomment-24244227

Received on Wednesday, 11 September 2013 14:33:57 UTC