fix: background volume

This commit is contained in:
Joshua Seigler 2016-09-15 15:28:32 -04:00
parent 67f2caa7ea
commit fb6b431338
2 changed files with 1 additions and 1 deletions

2
app.js
View file

@ -34,7 +34,7 @@
audioContext = new AudioContext();
audioGainNode = audioContext.createGain();
audioGainNode.connect(audioContext.destination);
audioGainNode.gain.value = 0.3;
audioGainNode.gain.value = 0.6;
}
catch(e) {
console.error('Unable to use Web Audio API');

Binary file not shown.