This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Quote from the spec: > playbackRate > > The speed at which to render the audio stream. The default > playbackRate.value is 1. This parameter is a-rate WebKit implements this property as being k-rate, and I believe this is in fact just a typo in the spec.
The spec is correct and WebKit and Chrome have a bug in the implementation. playbackRate should be a-rate; without this, it's impossible to achieve smooth frequency modulation of an AudioBufferSourceNode.
Web Audio API issues have been migrated to Github. See https://github.com/WebAudio/web-audio-api/issues
Closing. See https://github.com/WebAudio/web-audio-api/issues for up to date list of issues for the Web Audio API.