We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cdbd6 commit 717f334Copy full SHA for 717f334
index.js
@@ -60,7 +60,7 @@ export default class AudioBuffer {
60
61
/**
62
* Place data from the source to the channel, starting (in self) from the position.
63
- * @param {FlatArray | Array} source - source array to read data from.
+ * @param {Float32Array | Array} source - source array to read data from.
64
* @param {number} channelNumber - channel index to copy data to.
65
* @param {number} startInChannel - offset in channel to copy data to.
66
*/
0 commit comments