audio-buffer-list
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -27,2 +27,7 @@ /** | ||
if (typeof options === 'number') { | ||
options = {channels: options} | ||
} | ||
if (options && options.channels != null) options.numberOfChannels = options.channels | ||
extend(this, options) | ||
@@ -29,0 +34,0 @@ |
{ | ||
"name": "audio-buffer-list", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"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
24271
456