lower beat hit volume to 0.25

This commit is contained in:
Kevin Ngo
2018-12-01 19:27:17 -08:00
parent f5f8c60acc
commit f4172b1d1a

View File

@@ -4,7 +4,7 @@ var sourceCreatedCallback;
const LAYER_BOTTOM = 'bottom';
const LAYER_MIDDLE = 'middle';
const LAYER_TOP = 'top';
const VOLUME = 0.5;
const VOLUME = 0.25;
// Allows for modifying detune. PR has been sent to three.js.
THREE.Audio.prototype.play = function () {