OBS Studio plugin that displays a short-term LUFS meter in a dock and coordinates gain adjustment via an audio filter.
This is a third-party plugin and is not affiliated with or endorsed by the OBS Project.
- OBS Studio 31.1.1 (see
buildspec.json) - Windows x64 or macOS 12.0+
Download a release build from GitHub Releases or build from source (below).
Extract the plugin folder so the layout matches:
%ProgramData%\obs-studio\plugins\vertexlink-lufs\
bin\64bit\vertexlink-lufs.dll
data\locale\en-US.ini
data\locale\ja-JP.ini
Restart OBS Studio after copying the files.
- CMake 3.28 or newer
- Windows: Visual Studio 2022
- macOS: Xcode 16+
Dependencies (OBS Studio sources, obs-deps, Qt6) are fetched automatically via
buildspec.json when configuring with the plugin template build scripts.
cmake --preset windows-x64
cmake --build build_x64 --config RelWithDebInfoThe built plugin is copied to build_x64/rundir/RelWithDebInfo/ for local testing.
- Open OBS Studio and add the VertexLink LUFS dock from the Docks menu.
- Select the audio track to monitor from the track dropdown.
- Add the VertexLink-LUFS Gain filter to sources as needed; the dock reflects routing and duplicate-filter warnings.
This project is licensed under GPL-2.0-or-later. See LICENSE.
Source code is available in this repository: https://github.com/jazzhamz/VertexLink-LUFS
See THIRD_PARTY_NOTICES.md for obs-plugintemplate, OBS Studio, Qt6, and font attributions.
Based on obs-plugintemplate by the OBS Project.