I will play the OGG file that divides an introduction and the main part.
I do not shift smoothly though I played the file of the main part after the introduction ends (There is silent time.).
How can I continuously smoothly play two OGG files?
Printable View
I will play the OGG file that divides an introduction and the main part.
I do not shift smoothly though I played the file of the main part after the introduction ends (There is silent time.).
How can I continuously smoothly play two OGG files?
Simple trick that worked for most OGGs I've used.
Compare two general values:
SamplePosition("intro") >= SampleDuration("intro")-10
Then play the main part on that event. You may have to play around with that "-10" depending on your song.
Silent time changes by specs of PC(Memory speed or CPU speed?). I think that the event impossible the play of the same timing on any PC too.