Skip to content

Commit

Permalink
Fix #797: Widen nominal range of playbackRate
Browse files Browse the repository at this point in the history
The playbackRate is widened to +/- infinity.
  • Loading branch information
Raymond Toy committed May 13, 2016
1 parent 24fb220 commit 8306a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -3774,7 +3774,7 @@ <h2 id="AudioBufferSourceNode">
The speed at which to render the audio stream. Its default
<code>value</code> is 1. This parameter is <a>k-rate</a>. This is a
<a>compound parameter</a> with <code>detune</code>. Its nominal
range is \([-100, 100]\).
range is \([-\infty, \infty]\).
</dd>
<dt>
readonly attribute AudioParam detune
Expand Down

0 comments on commit 8306a69

Please sign in to comment.