Skip to content

Commit

Permalink
Static kicks in a little bit later
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 committed Oct 24, 2016
1 parent 0ae21f6 commit 8f8a749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function setRadioStation(url, country, volume) {

function setWhitenoise(volume) {
if(g_skinConfig.whitenoise) {
var newVolume = Math.pow(volume, 2) - 0.1;
var newVolume = Math.pow(volume, 2) - 0.15;
if(newVolume < 0) newVolume = 0;
var playerVolume = 1;
if(newVolume > 0.5){
Expand Down

0 comments on commit 8f8a749

Please sign in to comment.