audio-effects
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "audio-effects", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "A javascript library to create audio effects using the web-audio-api", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -69,3 +69,3 @@ import SingleAudioNode from '../SingleAudioNode'; | ||
// Set the volume to the previous volume. | ||
this.level = this._levelBeforeMute || 1; | ||
this.level = this._levelBeforeMute || this._level; | ||
} | ||
@@ -72,0 +72,0 @@ |
68101