Given a WAV file, its file size and sample rate, is it possible to calculate the sample count?
- by Simon
Our app needs to know the sample count of the audio files it loads. The library we're using can reliably determine the sample rate, but not the sample count. Is it possible for us to calculate the sample count from just the file size and sample rate?