项目作者: cskonopka

项目描述 :
A batch audio normalization tool built with Go and FFmpeg.
高级语言: Go
项目地址: git://github.com/cskonopka/normalizeAudio.git
创建时间: 2018-05-16T00:56:31Z
项目社区:https://github.com/cskonopka/normalizeAudio

开源协议:

下载


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.

    1. go build normalizeAudio.go
  • Run the tool.

    1. ./normalizeAudio location/of/directory

Example

gif