Skip to content

Function energy_to_loudness

function energy_to_loudness(T) dsp

template <typename T>
KFR_INTRINSIC T energy_to_loudness(T energy)

Convert mean-square energy to loudness in LUFS.

Parameters
energy K-weighted mean-square energy (linear, not dB).
Returns
Loudness in LUFS.

Fully qualified name: kfr::energy_to_loudness(T)

Declared at dsp/ebu.hpp:53

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.