Game Development Community

Looping mp3

by john m ingato · in iTorque 2D · 12/09/2009 (1:29 pm) · 3 replies

Hi. I have an mp3 playing as my background music. I have it set to looping, which it is doing fine, but it seems to have a brief pause between loops. Is there any way I can make it loop clean without pausing. The pause is not in the audio file. It loops perfect.

Thanks

-John

#1
01/18/2010 (8:20 pm)
I also have this problem with a wav file and would like to know if there's a fix. I set maxLoopGap and minLoopGap to 0, which should have worked.
#2
01/19/2010 (3:24 am)
AFAIK, that is a known issue with OpenAL buffer streaming. It's been happening for us since TGE...
#3
01/20/2010 (8:19 pm)
Are there any possible workarounds for this? Like coding it manually to play the sound again whenever the sound ends, creating an artificial looping?