WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.06k stars 168 forks source link

computedPlaybackRate nominal range is [-100, 100]? #764

Closed rtoy closed 8 years ago

rtoy commented 8 years ago

computedPlaybackRate is described in the paragraphs just before http://webaudio.github.io/web-audio-api/#looping-AudioBufferSourceNode. The nominal range is [-100,100]. This presupposes that the playback rate can be negative. I think we've agreed on doing this, but we haven't formally addressed all of the issues in #95.

A playback rate of 100 seems rather excessive. In any case, this needs to coordinated with #762.

mdjp commented 8 years ago

Agreed range is -100, 100