var sound = new Howl({ src: ['strange_sound.mp3'], autoplay: true, loop: true, volume: 1, onend: function() { console.log('Finished!'); } });