Jump to content

Small pause between music loop


Zeepblok
 Share

Recommended Posts

Hi,

 

If I loop my audio file as backgroundmusic is waits a bit between it starts again. Its really anoying. How can I stop this?

var music;function preload() {game.load.audio('bgmusic', ['assets/audio/background.mp3', 'assets/audio/background.ogg']);}function create() {	music = game.add.audio('bgmusic');	music.play('',0,1,true);
Link to comment
Share on other sites

  • 4 weeks later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...