Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 847 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 847 Bytes

libloudness

A library that implements the ITU BS.1770 loudness algorithm and true peak recommendations for use with e.g. EBU R-128

Originally a c++ port of libebur128, with various optimizations and convenient extensions

Features

  • Written in c++20
  • Supports EBU R 128
  • Additional features based on ITU BS.1770
    • Median loudness calculation
    • Calculate global loudness without the relative gating
  • Supports all realistic samplerates
  • Supports both interleaved and non-interleaved input
  • Limited optional multithreading support

Installation

Usage