I’m using JOrbis to decode Ogg Vorbis streams and send little chunks to OpenAL.
What I’d like to know is - has anyone got any tips about setting a “loop” point, where the stream resets itself back to a particular point in time and continues reading from there until stopped? I don’t think I can just arbitrarily choose any old byte in the file because it’ll be in the middle of a “frame” of Ogg data, so I need to know how, given a specific timecode, I can set the stream read point back to where this time occurs. If you see what I mean.
Cas