Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

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.

// 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();

1 decade ago by fulvio

I get the same problem as well through all browsers including iOS and haven't had a chance to investigate the issue further.

1 decade ago by ansimuz

I convert the file to ogg from a wav file and its working just right no jump silence.

However how can i make it work on a mp3 file i read that removing .25 sec from the begining it appears to be meta data but not confirmed.

Has anyone have tested this already?
Page 1 of 1
« first « previous next › last »