This script normalizes the volume of all audio files in a specified directory using the Python library soundfile.
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.
This project is licensed under the MIT License. See the LICENSE file for details.