Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Setup

  • 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.

Expected Output

Resulting Files

About

Audio normalization REST API returning an audio file using the Pydub library method

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages