kabouzeid / phonograph-issue-tracker

14 stars 0 forks source link

Displaying birate for VBR files #233

Closed andiandi13 closed 7 years ago

andiandi13 commented 7 years ago

Hi,

I see that Phonograph is displaying the average bitrate for MP3s variable bit rate (VBR) files.

May I ask how you did it since the bitrate isn't inside the mp3 header ?

Thanks

arkon commented 7 years ago

We just get it from the header using JAudiotagger. You can see it in the source code.