Skip to content

adamnemecek/LUFSMeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LUFSMeter

A VST and AudioUnit plugin (as well as a standalone application for testing) to measure the loudness, according to ITU BS.1770 and EBU R128.

These sources correspond to the LUFSMeter version 0.5.1. The source code of newer versions are not public anymore. But if any issues in the measurement algorithm are discovered, they will be fixed here as well.

Official website: http://www.lufsmeter.com

The excellent JUCE framework (http://www.juce.com) is used extensively (included here).

Getting started

Compile the standalone version for your platform first. You find a Makefile, a Visualstudio project as well as an XCode project in projects/LUFSMeterStandalone/Builds/. In the same vein go to projects/LUFSMeter/Builds/ to start building the plugin version.

The main sources are in projects/LUFSMeter/Source/.

Additional help is provided in docs/. Feel free to contact me.

Requirements

You have to obtain a copy of the VST SDK by Steinberg if you want to compile it as a VST (It's not allowed to redistribute it, but you get it for free). Search for vst_sdk2_4_rev2.zip on http://www.steinberg.net/en/company/developer.html and copy the pluginterfaces and public.sdk folders into the vstsdk2.4 directory.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.8%
  • C 27.5%
  • Objective-C++ 2.6%
  • Objective-C 0.4%
  • Makefile 0.4%
  • Java 0.2%
  • Other 0.1%