From 9701ad78f82dfe8a893d5e33c74ab76f3b26053e Mon Sep 17 00:00:00 2001 From: Werner Date: Thu, 31 Jul 2014 11:01:15 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5670318..58c6f4e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ audio-normalize =============== -Audio Normalization Script for Python/ffmpeg +Audio Normalization Script for Python/ffmpeg. I've only tested it with Python 2.6, not Python 3. + +The script normalizes media files to -26 dB RMS. It outputs PCM WAV files named as `normalized-.wav`. + +Usage +===== + +Very simple: + + ./normalize.py -i -v + +The `-v` option turns on info messages. Check out `./normalize.py -h` for more options. + + +What's with the MATLAB Code? +============================ + +This is the reference I've used for testing whether the Python script does the same thing. You can of course use it too, if you want.