ai-mastering / phaselimiter-gui

Other
62 stars 7 forks source link

phaselimiter-gui is a GUI frontend for phaselimiter (a mastering program used in bakuage.com and aimastering.com).

features

install

windows

  1. Install Microsoft Visual C++ Redistributable (not required if already installed)
  2. Download the files attached to the latest release and extract it
  3. Download ffmpeg.exe and put it in the same directory as phaselimiter-gui.exe (or install to some location in $PATH)
  4. Run phaselimiter-gui.exe

linux/mac

Please build it from the source code yourself.

Alternatively, although I haven't tested it, running the Windows binary using Wine might be an easier option. This is especially the case because building the main automatic mastering program, phaselimiter, can be challenging due to the many dependencies required.

how to use

Drop audio files to the app window

スクリーンショット 2023-08-21 21 18 45

how to debug

Use phaselimiter-gui-console.exe that is the same with phaselimiter-gui.exe except it logs to the console

runtime dependencies

windows

linux/mac

Please build it from source code by yourself.

license

In Japanese

phaselimiter-gui は phaselimiter (bakuage.com / aimastering.com で使われているマスタリングプログラム) のGUIフロントエンドです

特徴

インストール

windows

  1. Microsoft Visual C++ Redistributable をインストール (インストール済みの場合は不要)
  2. https://github.com/ai-mastering/phaselimiter-gui/releases から最新ファイルをダウンロードし解凍
  3. ffmpeg.exe をダウンロードし phaselimiter-gui.exe と同じディレクトリに格納 (またはパスの通った場所へインストール)
  4. phaselimiter-gui.exe を実行

linux/mac

ソースコードからビルド。

phaselimiterのビルドに必要な依存関係が多いので、動作確認していませんが、Windows用のバイナリをwineで動かすほうが簡単かもしれません。

使い方

アプリの画面にオーディオファイルをドロップ

スクリーンショット 2023-08-21 21 18 45

デバッグ方法

phaselimiter-gui-console.exe を使うとログを確認可能