A batch audio normalization tool built with Go and FFmpeg.
A batch audio normalization tool built with Go and FFmpeg.
I wanted to create a tool to analyze .wav files in a directory, find the peak dB, and export normalized audio files.
Compile the tool.
go build normalizeAudio.go
Run the tool.
./normalizeAudio location/of/directory