stb
stb copied to clipboard
stb_vorbis: report the sample-accurate offset
Added the stb_vorbis_get_playback_sample_offset() call that reports the sample-accurate position which is required for several operations such as loop range processing.
Fixes #1294