1 decade ago by ansimuz
Hi
There's a jump when the music loops is it normal i am using a ogg file and whenever it loops theres small sinlence that makes its sound bad.
i am setting the sound with the preload. Ist it the browser fault or the audio file.
There's a jump when the music loops is it normal i am using a ogg file and whenever it loops theres small sinlence that makes its sound bad.
i am setting the sound with the preload. Ist it the browser fault or the audio file.
// preload music bgtune: new ig.Sound( 'media/sound/final-stage.*', false ), ... // Music in the init function ig.music.add(this.bgtune ); ig.music.volume = 1; ig.music.play();