Here's the loadogg function from SoLoud, which we use for cross-platform audio (it's great). It uses stb_vorbis for parsing .ogg files. When you open a file with stb_vorbis, it needs to extract a bunch of information about the file, before it's even started playing anything.
2 likes 1 replies
?