dumb icon indicating copy to clipboard operation
dumb copied to clipboard

Seeking

Open Nuk510 opened this issue 5 years ago • 1 comments

From the feature list in the readme:

Option to take longer loading but seek fast to any point before the music first loops (seeking time increases beyond this point)

I can't figure out how to seek. I'm trying to add a button to my program to seek to the 0:00 mark (aka restart the song), but searching seek, rewind, restart, etc. in the source code doesn't reveal anything. If you have any notes on this, I'd very much appreciate it. Thank you!

Nuk510 avatar May 07 '19 21:05 Nuk510

You can’t really seek with sigrenderers after they’re created, except by brute force rendering with either silent volume and/or null buffer pointer. If you want fast seeking, you have to use the load time length scanner, and then you need to pass a start time other than zero when creating a sigrenderer.

kode54 avatar May 14 '19 04:05 kode54