# Loudness Normalisation

Use the Loudness Normalization to change the level of the audio *(normally reduce it to recommended limits)*. It is based on [EBU R 128](https://manual.audacityteam.org/man/perceived_loudness_ebu_r_128.html) recommendations on limiting the loudness of audio signals. See [Perceived Loudness](https://manual.audacityteam.org/man/perceived_loudness_ebu_r_128.html) for the technical details about it.Why use Loudness Normalization rather than [Normalize](https://manual.audacityteam.org/man/normalize.html) or [Amplify](https://manual.audacityteam.org/man/amplify.html)?

* Using Loudness Normalization rather than [Normalize](https://manual.audacityteam.org/man/normalize.html) or [Amplify](https://manual.audacityteam.org/man/amplify.html) helps you more easily set the required LUFS loudness target when normalizing.

  When preparing audio for television/radio programmes, podcasts and some websites you may be subject to loudness restrictions for the audio. Loudness is usually measure in LUFS (Loudness Units Full Scale). The LUFS level restrictions can vary by application. For example the level for television in the US is normally -24 LUFS and the EBU (European Broadcasting Union) recommends -23 LUFS. Out of all the standards, this one is the most serious in that a television network can get its broadcast license revoked for a violation. Send in a program with a higher level, and it will be returned for a revision.
* Another use case is creating an equally loud playlist from different sources.

<table data-header-hidden><thead><tr><th align="center" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td align="center" valign="top"><img src="https://manual.audacityteam.org/m/images/b/ba/warningicon.png" alt="Advice"></td><td valign="top"><p>Note carefully that when you apply an effect to a <a href="https://manual.audacityteam.org/man/audacity_tracks_and_clips.html#speed">time-stretched clip</a> the changed speed of the clip will be automatically <a href="https://manual.audacityteam.org/man/edit_menu_clip_boundaries.html#render">rendered</a>.</p><ul><li>If you apply an effect to a selection within a time-stretched clip then Audacity will <a href="https://manual.audacityteam.org/man/audacity_tracks_and_clips.html#split">split the original clip</a> so that the selection can be rendered as part of applying the effect.</li></ul></td></tr></tbody></table>

<br>

Accessed by: Effect > Volume and Compression > Loudness Normalization![Loudness Normalization 3-5-0.png](https://manual.audacityteam.org/m/images/8/86/loudness_normalization_3_5_0.png)

### Normalize

There are two available options "perceived loudness" (default) and RMS:

* perceived loudness: the default -23 LUFS *(the EBU standard)* will produce audio that is approximately 25% of full scale.
* RMS: This will change the amplitude such that the result has the desired [RMS](https://manual.audacityteam.org/man/glossary.html#rms) level The default setting is -20dB which will also produce low level audio.

Both LUFS and RMS normalization ensures that different audio projects come out at a relatively uniform volume.

<br>

### Normalize stereo channels independently

When this box is unchecked (the default), Loudness Normalization will work on the channels of a stereo track as a pair and change the level of both channels by the same amount. Use this if your audio is already correctly balanced as this mode will preserve its original stereo balance.

When this box is checked, Loudness Normalization will adjust the amplitude separately for the left and right channels of a stereo track. This is useful for correcting stereo recordings of LPs and cassettes which may be unbalanced, as long as significant [clicks are removed](https://manual.audacityteam.org/man/click_removal.html) first.

<br>

### Treat mono as dual-mono

"Dual mono" is when a 2 channel track has identical audio in both left and right channels. A "dual mono" track will sound identical to a (1 channel) mono track that has the same audio as either channel of the "dual mono". However, the EBU R 128 specification does not take account of this, and the 2 channel "dual mono" track will measure at 3 dB higher than the 1 channel version, even though they sound identical on playback. To counter this effect, Audacity allow you to measure a mono track as if it were a dual stereo track, thus giving the same loudness measurement for a mono recording whether it is one channel mono, or 2 channel mono.

When this box is checked (the default), Loudness will internally double the amplitude of pure mono signals during the LUFS calculation. This is necessary to make mono tracks sound equally loud as dual-mono or stereo tracks on all known audio drivers since they ignore pan law.

<table data-header-hidden><thead><tr><th align="center" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td align="center" valign="top"><img src="https://manual.audacityteam.org/m/images/b/ba/warningicon.png" alt="Advice"></td><td valign="top">However, this differs from many other LUFS meters. set this "off" if you require compatibility with meters that measure mono tracks 3 LU lower.</td></tr></tbody></table>

<br>

<table data-header-hidden><thead><tr><th align="center" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td align="center" valign="top"><img src="https://manual.audacityteam.org/m/images/d/d7/bulbicon.png" alt="Tip"></td><td valign="top"><h4>Workflow order</h4><p>Adjusting the audio's maximum amplitude with this effect is normally best performed as a final editing step prior to export of the production audio.</p></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.audacityteam.org/au4/manual/manual-index/egat/effects/volume-and-compression/loudness-normalisation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
