Comparing version 1.0.0 to 1.1.0
@@ -16,3 +16,3 @@ var inherits = require('util').inherits; | ||
this.input = audioContext.createGain() | ||
this._meter = this.context.createScriptProcessor(512*4, 2, 2) | ||
this._meter = this.context.createScriptProcessor(512*2, 2, 2) | ||
this.input.connect(this._meter) | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "audio-rms", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Connect a Web Audio API AudioNode and stream out the realtime RMS audio level.", | ||
@@ -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