-------------------------------------------------------------------------------------------------
官方网站:https://howlerjs.com/
使用例子


 

 

    sound = new Howl({

 

 

   preload: true,
   html5: true,
      src: ['/static/sound/q.mp3'],
      volume:0.6
  });
sound1 = new Howl({
  preload: true,
      src: ['/static/sound/w.mp3'],
      html5: true,
      volume:0.3
  });
//播放 
sound.pay()