I am using oboe lib for sound playback
https://github.com/google/oboe/blob/master/docs/FullGuide.md
as a sound file I am using .wav
file. As far as I know there is a way to get from .wav
file header - sample rate.
So, question is - how to pro grammatically in C++ read the sample rate from an arbitrary .wav
file?