Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slhck committed Jul 31, 2014
1 parent 56b36b9 commit 9701ad7
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion 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-<input>.wav`.

Usage
=====

Very simple:

./normalize.py -i <input-file> -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.

0 comments on commit 9701ad7

Please sign in to comment.