Skip to content

Commit

Permalink
removed doubled min/max db initalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
airbenich committed Jan 22, 2016
1 parent 053a3f5 commit b2e27f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b2e27f4

Please sign in to comment.