SoundInst.Seek
void Seek(UInt64 sample)
Jump this voice’s playback to a sample position. Only works for fully in-memory sounds! Files up to ~10 seconds decode fully into memory on load, while longer files stream, and stream playback reads forward only.
| UInt64 sample | Sample index to jump to, clamped to the sound’s length. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!