Skip to content

Commit

Permalink
Fix #1879: ABSN playback algorithm offset
Browse files Browse the repository at this point in the history
basically move the phrase from the paragraph into the second item,
with a few minor changes for grammar and flow.

Added a link to computedPlaybackRate.
  • Loading branch information
rtoy committed May 22, 2019
1 parent 85a872c commit dc3b545
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Expand Up @@ -4897,15 +4897,15 @@ Playback of AudioBuffer Contents</h4>

This normative section specifies the playback of the contents of
the buffer, accounting for the fact that playback is influenced by
the following factors working in combination, which can vary
dynamically during playback:
the following factors working in combination:

* A starting offset, which can expressed with sub-sample precision.

* Loop points, which can expressed with sub-sample precision.
* Loop points, which can expressed with sub-sample precision and can
vary dynamically during playback.

* Playback rate and detuning parameters, which combine to yield a
single computed playback rate that can assume non-infinite values
single <a>computedPlaybackRate</a> that can assume finite values
which may be positive or negative.

The algorithm to be followed internally to generate output from an
Expand Down

0 comments on commit dc3b545

Please sign in to comment.