When to flush stream buffer with loop points

hi Mathew
When I use Fmod_ Channel_ Setlooppoints to set the streaming sound loop information. How can I determine whether to call Channel::setPosition in this process.

It’s based on the stream decode buffer size, which if you are not setting it, defaults to 400ms. What this means is if you open a stream the first 400ms is decoded into the stream buffer ready for playback. If you then set some loop points to loop the first 200ms things might sound wrong, requiring a setPosition(0) to reflush. If your loops are all quite large you will have no issues.

I see. Thank you very much

2 posts were split to a new topic: Channel priority and vol0 virtual