Technically, bitrate is out of the scope of this project,
since it is not part of the ID3 tag.
To answer your question, it probably wouldn't be too hard to
read the MPEG information to get the bitrate, but it's not
something I plan to do any time soon. Sorry.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a class that parses the mp3 header information. It
is an addition to the ID3Sharp classes and doesn't make any
changes to them.(That I remember.) It provides Bitrate and
some other things. I'll be happy to make it available if
anyone is interested.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=557562
Technically, bitrate is out of the scope of this project,
since it is not part of the ID3 tag.
To answer your question, it probably wouldn't be too hard to
read the MPEG information to get the bitrate, but it's not
something I plan to do any time soon. Sorry.
Logged In: YES
user_id=604743
I have a class that parses the mp3 header information. It
is an addition to the ID3Sharp classes and doesn't make any
changes to them.(That I remember.) It provides Bitrate and
some other things. I'll be happy to make it available if
anyone is interested.