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

loopStart and loopEnd independent of detune? #1138

Closed rtoy closed 7 years ago

rtoy commented 7 years ago

In https://webaudio.github.io/web-audio-api/#widl-AudioBufferSourceNode-loopEnd, loopEnd is independent of the value of playbackRate. It should also be independent of detune since detune and playbackRate form a compound parameter that affects playback.

Same holds for loopStart.

joeberkovitz commented 7 years ago

I think this will be addressed by the PR https://github.com/WebAudio/web-audio-api/pull/1143

rtoy commented 7 years ago

The description for loopStart and loopEnd reference playback position, which states that the playback position is independent of playbackRate and detune.

So, this is all set. Closing.