It seems as if the mp3 frame length is calculated incorrectly (off by about a factor of two).&nbsp; All the equations I&#39;ve seen online (and I&#39;ve verified that they work on the files I&#39;m testing) use:<br><br>144000 * bitrate / sampleRate + ispadded<br>
<br>whereas TagLib::MPEG::Header uses <br><br>72000 * bitrate / sampleRate + ispadded<br><br>Am I missing something, or is this incorrect?&nbsp; If it&#39;s a mono/stereo issue, shouldn&#39;t the header account for this or is the user supposed to multiply by 2 &amp; subtract 1 if it&#39;s padded?<br>
<br>Thanks,<br>Vitali<br>