There is a delay in Audio in HTML5 format first time ,but when played again it does play normally is there way to counter it .kind of spoil the game play.
Is it possible to preload the audios like the images ???
There is a delay in Audio in HTML5 format first time ,but when played again it does play normally is there way to counter it .kind of spoil the game play.
Is it possible to preload the audios like the images ???
yes load them at startup with 0% volume in “when scene begins”
Yeah that is good solution but my first scene consist of audio like background music ,I have even added a button that trigger it .but still it delays @Einar
Im not aware of solution for that.
Ensure you have preload as sound checked on each audio file in your project resources.
Preload as music is available as well, but I strongly recommend against using any of the music events as they are for the legacy sound code.
did not know about this feature its new right ?