Skip to content

Commit 717f334

Browse files
committed
Update index.js
1 parent f5cdbd6 commit 717f334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default class AudioBuffer {
6060

6161
/**
6262
* 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.
63+
* @param {Float32Array | Array} source - source array to read data from.
6464
* @param {number} channelNumber - channel index to copy data to.
6565
* @param {number} startInChannel - offset in channel to copy data to.
6666
*/

0 commit comments

Comments
 (0)