Skip to main content

Audio normalization for Python

Project description

Command line utility for audio normalization. It saves the metadata of the original files. MP3 and FLAC files are currently supported.

Installation

Clone it:

>> git clone https://github.com/giannisterzopoulos/pynormalize.git
>> cd pynormalize
>> pip install .

or install it via PyPI : pip install pynormalize

How to use it

  • Either select multiple files to normalize : pynormalize -f audio1.mp3 /dir/audio2.flac

  • or edit all the audio files in current directory : pynormalize -a

Requirements

  • Python 3.4+

  • pydub 0.21.0+

  • mutagen 1.40.0+

  • FFmpeg 3.4+ is also required for opening and saving non-wav files. Get it from here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynormalize-0.1.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page