mcp_opendaw_measure_lufs
Measure integrated LUFS and true peak of exported WAV files using ITU-R BS.1770-4 algorithm for loudness analysis.
Instructions
Measure LUFS (integrated) and true peak of an exported WAV file.
Uses ITU-R BS.1770-4 simplified algorithm:
K-weighting: 2nd-order high-shelf (+4dB @ ~1.5kHz) + highpass (~38Hz)
Gated mean squares (400ms blocks, 75% overlap, -10 LU relative gate)
Integrated LUFS = -0.691 + 10*log10(gated mean square)
filename: Name of the WAV file in the exports directory (without path).
Returns: LUFS (integrated), true peak (dBTP), max sample, duration seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |