/normalizeAudio

A batch audio normalization tool built with Go and FFmpeg.

Primary LanguageGo

normalizeAudio

A batch audio normalization tool built with Go and FFmpeg.

Why?

I wanted to create a tool to analyze .wav files in a directory, find the peak dB, and export normalized audio files.

Requirements

  • FFmpeg

How to use?

  • Compile the tool.
go build normalizeAudio.go
  • Run the tool.
./normalizeAudio location/of/directory

Example

gif