diff --git a/src/index.js b/src/index.js index e5ea978..aa920da 100644 --- a/src/index.js +++ b/src/index.js @@ -73,7 +73,7 @@ AudioEngine.prototype.playSound = function (index) { log.warn('sound ' + index + ' not loaded yet'); setTimeout(function () { this.playSound(index); - }.bind(this), 100); + }.bind(this), 500); } };