You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you read the section for AudioBuffer, there is absolutely no mention of the required supported sample rate for the buffer. To find that, you have to read about the sampleRate argument to createBuffer.
In the description of `AudioBufferOptions` members, add links to the
arguments to `createBuffer` that specify constraints on the values.
Add an algorithm for constructing an AudioBuffer that says if the
options are invalid, we throw an error.
If you read the section for AudioBuffer, there is absolutely no mention of the required supported sample rate for the buffer. To find that, you have to read about the sampleRate argument to createBuffer.
That's pretty bad. At the very least, we should mention this constraint in sampleRate member of the AudioBufferOptions dictionary.
The text was updated successfully, but these errors were encountered: