Skip to content

dotdioscorea/AudioFileNormalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Audio Normalizer

This script normalizes the volume of all audio files in a specified directory using the Python library soundfile.

Requirements

Python 3 soundfile numpy tkinter pillow

##Usage To use the script, run it in your Python environment, then follow the instructions on the GUI. You can specify the directory containing the audio files you want to normalize and the output directory where the normalized files will be saved. You can also adjust the target volume level using the volume slider, from -20 to +10dB.

python3 audio_normalizer.py

Alternatively, download the executable or app from the dist folder and run it as a packaged app.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Apply volume normalization to mp3s in a directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages