Skip to content

Commit d749e14

Browse files
authored
Update readme.md
1 parent 0d858b9 commit d749e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Implementation is compatible with [Web Audio API AudioBuffer](https://developer.
1515
Create audio buffer from `options`.
1616

1717
* `options.length` — number of samples, minimum is 1.
18-
* `options.sampleRate`default sample rate is 44100.
19-
* `options.numberOfChannels` — default number of channels is 1.
18+
* `options.sampleRate` — sample rate from 3000..768000 range.
19+
* `options.numberOfChannels` (optional) — default number of channels is 1.
2020

2121
### buffer.duration
2222

0 commit comments

Comments
 (0)