Closed rtoy closed 7 years ago
I think this will be addressed by the PR https://github.com/WebAudio/web-audio-api/pull/1143
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.
In https://webaudio.github.io/web-audio-api/#widl-AudioBufferSourceNode-loopEnd,
loopEnd
is independent of the value ofplaybackRate
. It should also be independent ofdetune
sincedetune
andplaybackRate
form a compound parameter that affects playback.Same holds for
loopStart
.