Jquery – Playing multiple sounds using variables in howler.js
I am a beginner developer. I tried to play multiple sound sources using howler.js. I thought find a simpler way to write it using variables. source: var sound1 = new Howl({src: ['sound01.mp3']}), sound2 = new Howl({src: ['sound02.mp3']}), sound3 = new…