RESTful API for Audio Normalization
This simple application allows you to pass in an audio file via URL, which will be audio normalized using the Pydub library method, and returned in the same directory.
- Install Python 3 and git.
- Clone or download the repository.
- Run setup.sh (Linux, OS X, Cygwin) or setup.bat (Windows).
- Use set FLASK_ENV=development flask run (Linux, OS X, Cygwin) or FLASK_ENV=development to enable debugging (Windows).
- Run flask run to start the server.
- In a separate terminal window, run python3 test.py to test the POST request.

