mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
When a WAV file with float format without a fact chunk containing a totalSamples value is encountered, the bitrate is not calculated. However, since all samples have the same number of bits, the number of samples can be calculated from the size of the data chunk and number of channels and bits per sample, as it is done in the PCM case.