Skip to content

Releases: ai-mastering/phaselimiter-gui

v0.1.1

21 Aug 20:30
Compare
Choose a tag to compare

install and how to use: https://github.com/ai-mastering/phaselimiter-gui/releases/tag/v0.1.0

changes

  • add settings (target loudness, mastering intensity, bass preservation)
  • hide child process console window
  • show status and progression
スクリーンショット 2023-08-22 5 29 44

v0.1.0

21 Aug 12:23
Compare
Choose a tag to compare

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

  1. Install Microsoft Visual C++ Redistributable (not required if already installed)
  2. Download the attached file to this 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 from source codes by yourself

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

  • 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

  1. Microsoft Visual C++ Redistributable をインストール (インストール済みの場合は不要)
  2. phaselimiter-gui-win.zip をダウンロードし解凍
  3. ffmpeg.exe をダウンロードし phaselimiter-gui.exe と同じディレクトリに格納 (またはパスの通った場所へインストール)
  4. phaselimiter-gui.exe を実行

linux/mac

ソースコードからビルド

使い方

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

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

デバッグ方法

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