SFML community forums
Help => Audio => Topic started by: SpartanJ on September 22, 2008, 03:05:42 am
-
I just want to inform this. The music keeps repeating the last buffers read instead of starting from the begginning.
Thanks for all!
-
I made a fix but couldn't test, can you tell me if everything is ok now ?
Thanks for your help ;)
-
Hi Laurent!
I saw the fix but that fix doesn't work properly (indeed i tested the same thing before posting).
The problem is that the last buffer repeats 2 times at the end of the stream and then start from the begginning. I tried to fix it but i couldn't for the moment.
The last buffer need to be reassigned with the new one, but i don't know how to do it, i think that is needed some sort of SetPlayingOffset and assigned to second 0. Bye!
-
Ok, I'll try to take some time this evening to fully test and fix it.
-
Done, it should work 100% now ;)
-
Thank's a lot for your help! :D