1Description
2***********
3
4This is a bitrate analysis tool, it prints a plot of the bitrate distribution.
5
6Origin
7******
8
9I tried mp3stat <https://signal-lost.homeip.net/projects/> but unfortunately it
10fails on my system, so as I also wanted to take a look at the internals of MP3
11files I wrote this thingy.
12
13Source code/coding style comments
14*********************************
15
16C++ is a vast language of which I often forget some features or side-effects,
17so the code often contains clarifications (and references) about the language,
18not just about the code itself, and are mainly aimed at myself.
19
20I try to tag these comments with [C++] but often forget it :/
21
22Support
23*******
24
25Any comment or bug report can be sent to "Toni Corvera <outlyer@gmail.com>".
26
27$Id: README 1154 2009-04-14 13:03:23Z  $
28