79279742

Date: 2024-12-13 22:47:56
Score: 0.5
Natty:
Report link

You just need to add loop: true into the Howl settings.

this.sounds[audioFile] = new Howl({
              src: [audioFile],
              volume: this.volume,
              preload: true,
              onend: () => {},
              loop: true,
            });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eloi