audio-buffer-list
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -118,3 +118,3 @@ /** | ||
else if (buf) { | ||
buf = util.create(buf, this.numberOfChannels) | ||
buf = util.create(buf, this.numberOfChannels, this.sampleRate) | ||
this._appendBuffer(buf) | ||
@@ -121,0 +121,0 @@ } |
{ | ||
"name": "audio-buffer-list", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Data structure for sequence of AudioBuffers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23418