
Seamless audio looping trouble
Hi there, I'm developing a music site with "jam" tracks that need to loop seamlessly (i.e. no pause whatsoever!)
I'm using mp3s, and am aware of the fact that the mp3 codec "pads" at the beginning and end, but I have made sure to make the mp3s themselves seamlessly loop-able with a third-party tool. So the mp3 file itself is not the issue.
The repeat=true variable works, and causes the file to re-start, BUT there is still a noticeable pause. What seems to be happening is that the player keeps re-initializing at the start of each "repeat" (I can see the play/pause button toggling every time).
I'm imagining that there must be a way to handle this; unfortunately, I'm a newbie with API stuff. Please help with some idiot-proof suggestions. Thanks!