Releases: ai-mastering/phaselimiter-gui
Releases · ai-mastering/phaselimiter-gui
v0.1.1
v0.1.0
phaselimiter-gui is a GUI frontend for phaselimiter (a mastering program used in bakuage.com/aimastering.com).
features
- The same algorithm with bakuage.com/aimastering.com
- No internet access (run on local PC)
- No settings and poor UI (under implementation)
- No support
install
windows
- Install Microsoft Visual C++ Redistributable (not required if already installed)
- Download the attached file to this release and extract it
- Download ffmpeg.exe and put it in the same directory as phaselimiter-gui.exe (or install to some location in $PATH)
- Run phaselimiter-gui.exe
linux/mac
Please build from source codes by yourself
how to use
Drop audio files to the app window

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
- Microsoft Visual C++ Redistributable
- ffmpeg.exe
linux/mac
Please build from source codes by yourself
license
In Japanese
phaselimiter-gui は phaselimiter (bakuage.com/aimastering.com で使われているマスタリングプログラム) のGUIフロントエンドです
特徴
- bakuage.com/aimastering.com と同じマスタリングアルゴリズム
- インターネット不要 (ローカルPCで計算)
- 設定無し/poor UI (開発中)
- サポート無し
インストール
windows
- Microsoft Visual C++ Redistributable をインストール (インストール済みの場合は不要)
- phaselimiter-gui-win.zip をダウンロードし解凍
- ffmpeg.exe をダウンロードし phaselimiter-gui.exe と同じディレクトリに格納 (またはパスの通った場所へインストール)
- phaselimiter-gui.exe を実行
linux/mac
ソースコードからビルド
使い方
アプリの画面にオーディオファイルをドロップ

デバッグ方法
phaselimiter-gui-console.exe を使うとログを確認可能