Jump to content

Issues with music on different mobile browsers


foldem
 Share

Recommended Posts

I'm having issues with the in-game music or sounds.

 

On the desktop browsers (Chrome, Firefox) everything works well. 

 

On iOS devices (Safari) works well too. 

 

But on Android everything is pretty bad. 

 

Galaxy S3: music doesn't start, the sounds are too quiet (even though the device volume is maximum).

Galaxy S2 - similar problems.

 

Here's the code for playing the music and sounds.

this.load.audio('menuM', ['music/menu.mp3']);this.load.audio('clickS', ['music/click.mp3']);this.game.data.music = this.game.add.audio('menuM', 1, true);this.game.data.clickS = this.game.add.audio('clickS', 1, true);this.game.data.music.play('',0,1,true);...this.game.data.clickS.play();

What are the general good case practice of using the sounds in Phaser?

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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