From b2e27f40258dd06e237f7d2f6c9aa63dcb872bd5 Mon Sep 17 00:00:00 2001 From: verbenich Date: Fri, 22 Jan 2016 13:38:21 +0100 Subject: [PATCH] removed doubled min/max db initalisation --- app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.js b/app.js index 9717618..bb5b4e7 100644 --- a/app.js +++ b/app.js @@ -200,8 +200,6 @@ function visualize() { } // draw left scale - analyser.minDecibels = -100; - analyser.maxDecibels = 0; var stepSize = 10; var steps = (analyser.maxDecibels - analyser.minDecibels)/stepSize;