Skip to content

Function loudness_to_energy

function loudness_to_energy(T) dsp

template <typename T>
KFR_INTRINSIC T loudness_to_energy(T loudness)

Inverse of energy_to_loudness : convert LUFS back to linear energy.

Parameters
loudness Loudness in LUFS.
Returns
K-weighted mean-square energy (linear).

Fully qualified name: kfr::loudness_to_energy(T)

Declared at dsp/ebu.hpp:65

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