[web-audio-api] AudioBufferSourceNode.playbackRate should be specified as k-rate and not a-rate (#55)

> Originally reported on W3C Bugzilla [ISSUE-21592](https://www.w3.org/Bugs/Public/show_bug.cgi?id=21592) Fri, 05 Apr 2013 15:26:40 GMT
> Reported by paul@paul.cx
> Assigned to 

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.

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

Received on Wednesday, 11 September 2013 14:29:35 UTC