Skip to content

jazzhamz/VertexLink-LUFS

Repository files navigation

VertexLink LUFS

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.

Requirements

  • OBS Studio 31.1.1 (see buildspec.json)
  • Windows x64 or macOS 12.0+

Installation

Download a release build from GitHub Releases or build from source (below).

Windows

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.

Build

Prerequisites

  • 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.

Windows

cmake --preset windows-x64
cmake --build build_x64 --config RelWithDebInfo

The built plugin is copied to build_x64/rundir/RelWithDebInfo/ for local testing.

Usage

  1. Open OBS Studio and add the VertexLink LUFS dock from the Docks menu.
  2. Select the audio track to monitor from the track dropdown.
  3. Add the VertexLink-LUFS Gain filter to sources as needed; the dock reflects routing and duplicate-filter warnings.

License

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

Third-Party Components

See THIRD_PARTY_NOTICES.md for obs-plugintemplate, OBS Studio, Qt6, and font attributions.

Acknowledgments

Based on obs-plugintemplate by the OBS Project.

About

OBS Studio plugin: short-term LUFS meter dock with gain filter integration. GPL-2.0-or-later.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors