[ AUDIO ] ogg loops with vgstream not working well. (CANARY) #262
-
some song loops fail to load with label "LOOP_START" , "LOOP_END" and "LOOP_LENGTH" some other song loop fine To Reproduce
Expected behavior Additional context Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, I doubt it has an issue as the code is upstream in VGMStream and there are other mods using this feature currently. Regarding the part of "it loops forever" that's what is meant to happen. As soon as you set how to loop through one of either Start or End tags, the song will loop forever. Thank you! |
Beta Was this translation helpful? Give feedback.
Hey, I doubt it has an issue as the code is upstream in VGMStream and there are other mods using this feature currently.
Please consider using
LoopStart
,LoopEnd
andLoopLength
instead.Regarding the part of "it loops forever" that's what is meant to happen. As soon as you set how to loop through one of either Start or End tags, the song will loop forever.
Thank you!