掲示板の最新話題
Loading...


アキはフリーランスのプログラマーです

このエントリーを含むはてなブックマーク ブックマークへ登録
Sponsored link

normalize

GPLライセンスオープンソース コマンドラインツール

公式サイト:http://www1.cs.columbia.edu/~cvaill/normalize/


このソフトを使うと、Wav形式のファイルのボリュームを調整できます。

内部でこれを呼び出しているアプリケーションは多い。


MP3形式の均一化ソフトにはオープンソースソフト MP3Gainがある。

インストール

normallize(Wav形式の音量 均一化) インストール ガイド

使い方

normalizeの使い方(ボリューム ノーマライズ)

用途

変換したAC3形式のボリュームが小さいのをどうにかする。(オプション無し)

リッピングしたアルバムを調整する(-b オプション)

作品を作成時効果音の音量をそろえる (-m オプション)

iPodで聴くとき、曲のボリュームの違いがあまりにも違うのをどうにかする(-m オプション)


ヘルプ メッセージ

-b バッチモード すべてのファイルのボリュームを同じぐらい上げる??

-m ミックスモード すべてのファイルを均等のボリュームにします。

-g とにかく音を大きくします。


詳しくは、README 参照

Usage: normalize [OPTION]... [FILE]...
Normalize volume of multiple audio files

  -a, --amplitude=AMP          normalize the volume to the target amplitude
                                 AMP [default -12dBFS]
  -b, --batch                  batch mode: get average of all levels, and
                                 use one adjustment, based on the average
                                 level, for all files
      --clipping               turn off limiter; do clipping instead
      --fractions              display levels as fractions of maximum
                                 amplitude instead of decibels
  -g, --gain=ADJ               don't compute levels, just apply adjustment
                                 ADJ to the files.  Use the suffix "dB"
                                 to indicate a gain in decibels.
  -l, --limiter=LEV            limit all samples above LEV [default -6dBFS]
  -m, --mix                    mix mode: get average of all levels, and
                                 normalize volume of each file to the
                                 average
  -n, --no-adjust              compute and display the volume adjustment,
                                 but don't apply it to any of the files
      --peak                   adjust by peak level instead of using
                                 loudness analysis
  -q, --quiet                  quiet (decrease verbosity to zero)
  -t, --average-threshold=T    when computing average level, ignore any
                                 levels more than T decibels from average
  -T, --adjust-threshold=T     don't bother applying any adjustment smaller
                                 than T decibels
  -v, --verbose                increase verbosity
  -w, --output-bitwidth=W      force adjusted files to have W-bit samples

  -V, --version                display version information and exit
  -h, --help                   display this help and exit

Report bugs to <cvaill@cs.columbia.edu>.

変換サンプル

元データー

level,peak,gain
-14.3282dBFS -4.8793dBFS  2.3282dB   loud.wav
-32.6023dBFS -21.1299dBFS 20.6023dB  silent.wav

オプション無し

level,peak,gain
-12.0000dBFS -2.5513dBFS  -0.0000dB  n_loud.wav
-12.0000dBFS -0.5276dBFS  -0.0000dB  n_silent.wav

-b オプション

level,peak,gain
-7.2461dBFS  -0.3098dBFS  -4.7539dB  b_loud.wav
-25.2533dBFS -13.7808dBFS 13.2533dB  b_silent.wav

-m オプション

-19.3491dBFS -9.8999dBFS  7.3491dB   m_loud.wav
-19.3491dBFS -7.8769dBFS  7.3491dB   m_silent.wav

市販製品を薦めてみる

以前いた会社で使っているのを見ました。

【サウンド編集ソフト】DigiOnSound 4 Express