• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H07-May-2022-256149

freebsd/H22-Jun-2009-10166

m4/H22-Jun-2009-479443

msvc/H22-Jun-2009-537534

src/H03-May-2022-10,3265,722

AUTHORSH A D22-Jun-2009190 63

COPYINGH A D22-May-200717.6 KiB341281

ChangeLogH A D22-Jun-20093.7 KiB9785

INSTALLH A D09-Apr-200911.2 KiB302223

Makefile.amH A D22-Jun-20092.2 KiB7032

Makefile.inH A D22-Jun-200921.5 KiB681571

READMEH A D14-Apr-2009797 2818

TODOH A D22-Jun-2009604 2416

acinclude.m4H A D07-Apr-2009373 128

aclocal.m4H A D22-Jun-200925.6 KiB724640

config.guessH A D22-Jun-200943.8 KiB1,5271,315

config.subH A D22-Jun-200932.6 KiB1,6591,514

configureH A D03-May-2022245.7 KiB8,6547,213

configure.acH A D22-Jun-200914 KiB505442

doxygen.cfgH A D22-Jun-20098.5 KiB227225

doxygen.cfg.inH A D22-Jun-20098.5 KiB227225

install-shH A D22-Jun-200913.3 KiB520344

missingH A D22-Jun-200910.9 KiB368275

mp3plot.specH A D22-Jun-20093.2 KiB12572

mp3plot.spec.inH A D22-Jun-20093.2 KiB125102

README

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