Skip to content

Limiter

๐ŸŽš๏ธ What a Limiter Is

A limiter is a special kind of dynamics processor, similar to a compressor, but much more aggressive. Its main job: prevent audio from exceeding a certain level (threshold) โ€” usually to avoid distortion or clipping in digital systems.

  • Compressor: smooths out dynamics (reduces loud parts above a threshold gradually).
  • Limiter: acts as a โ€œbrick wallโ€ โ€” once audio hits the ceiling, it wonโ€™t go higher.

In essence, a limiter ensures your signal never exceeds 0 dBFS, which is the digital maximum.

๐Ÿง  How Limiters Work (Internally)

A limiter looks at the incoming waveform and:

  1. Detects when a peak approaches a threshold (say, -0.1 dBFS).
  2. Reduces the gain quickly to keep the signal below that threshold.
  3. Optionally uses lookahead โ€” a tiny delay (1โ€“5 ms) โ€” so it can โ€œseeโ€ peaks coming and react in time.

Alt text

๐ŸŽ›๏ธ Limiters in a DAW (Digital Audio Workstation)

When producing or mixing in a DAW like Ableton, FL Studio, Logic, Reaper, or Pro Tools, limiters show up in a few common places:

1. Master Bus Limiter

  • Used at the end of your mix chain to catch stray peaks and maximize overall loudness.
  • Often the last plugin before exporting the track.
  • Example: FabFilter Pro-L2, Waves L2, Ozone Maximizer, Ableton Limiter.

2. Track or Bus Limiter

  • Used on individual elements (vocals, drums, etc.) to tame harsh transients or maintain control.
  • Especially common on drums, percussion buses, or vocals with sudden peaks.

3. Metering Companion

  • Limiters are often used alongside LUFS meters or true peak meters to ensure that streaming levels (Spotify, Apple Music, YouTube) arenโ€™t exceeded.

๐Ÿ“ Key Parameters (What Youโ€™ll See on the Interface)

Parameter Description Typical Values
Threshold Level at which limiting starts. -6 dB to -0.3 dB
Ceiling / Output Hard limit the signal will not exceed. -1.0 dBFS (safe for streaming)
Attack How quickly the limiter reacts. 0.1โ€“1 ms
Release How fast it returns to normal after limiting. 20โ€“200 ms (auto is common)
Lookahead Pre-delay so it can โ€œseeโ€ peaks early. 1โ€“5 ms
Gain / Input Drives the signal into the limiter to increase loudness. Variable

๐ŸŽง Limiting in the Production Workflow

Hereโ€™s where limiters fit in your music production chain:

  1. Mixing phase

  2. Keep limiters off your master bus (use gentle compression instead).

  3. Use limiters only if a track has wild peaks (e.g., slap bass, snare).

  4. Mastering phase

  5. Apply a high-quality limiter as the final stage.

  6. Bring the loudness up to your target LUFS (e.g., -14 LUFS for streaming, -8 to -10 LUFS for EDM/Pop).
  7. Keep true peaks below -1 dBFS to avoid inter-sample clipping.

  8. Reference

  9. Use a reference track with a limiter to match perceived loudness while balancing your tonal mix.

๐Ÿ’ป Visual: Digital Limiter Interface (Conceptual)

[Input Gain] ---> [Limiter Threshold] ---> [Ceiling] ---> [Output]
                     |  |
                     |  -> Gain Reduction Meter (-3 dB)
                     |
                  Lookahead (2 ms)

Visually, the interface often shows:

  • Input/Output meters
  • Gain reduction meter
  • Waveform visualizer
  • Threshold and ceiling sliders

๐Ÿงฉ Real-World Limiters

Plugin Type Notable Feature
FabFilter Pro-L 2 Mastering limiter Multiple algorithms, LUFS metering
iZotope Ozone Maximizer Intelligent limiter Transparent, integrated in mastering suite
Waves L2 Ultramaximizer Classic digital limiter Simple, widely used
Ableton Limiter / Logic Limiter Stock limiter Efficient for general control
Tokyo Dawn Limiter 6 GE Modular limiter Precise control, transparent sound

โš–๏ธ Limiter vs. Clipping vs. Compression

Tool Goal Sound
Limiter Prevent clipping Transparent, safe
Clipper Shape transients intentionally Edgy, punchy
Compressor Manage dynamics smoothly Warm, controlled

A clipper may even precede a limiter to handle fast transient spikes before final limiting.