An audio low pass filter is a circuit that allows frequencies below a specific cutoff point to pass through while attenuating (reducing) frequencies above that point. In a real audio installation or bench build, it changes the tonal balance by stripping out high-frequency hiss, switching noise, or harsh harmonics, and it protects downstream transducers—like subwoofers—from being fed ultrasonic energy they cannot physically reproduce. Beginners frequently confuse the filter's -3dB cutoff frequency with a "brick wall" where sound instantly stops, or they mix it up with a high-pass filter, which does the exact opposite by blocking bass frequencies.
The Core Mechanism: Calculating the Cutoff Frequency
At its most basic level, a passive audio low pass filter relies on a resistor-capacitor (RC) network. The resistor restricts current flow, while the capacitor's impedance drops as frequency increases. High frequencies see the capacitor as a near-short circuit to ground, shunting them away from the output. Low frequencies see the capacitor as a high impedance, allowing the signal to pass through to the load.
f_c = 1 / (2 × π × R × C)Where f_c is the -3dB cutoff frequency in Hertz, R is resistance in Ohms, and C is capacitance in Farads.
Worked Numeric Example
Let us say you are building a simple passive tone control and need to roll off frequencies above the upper midrange. You select a 10kΩ resistor and a 10nF (0.01µF) capacitor.
- Convert capacitance to Farads: 10nF = 0.00000001 F.
- Multiply R and C: 10,000 × 0.00000001 = 0.0001.
- Multiply by 2π (approx 6.2832): 0.0001 × 6.2832 = 0.00062832.
- Take the inverse: 1 / 0.00062832 = 1,591.5 Hz.
Your filter will begin attenuating signals above 1.59 kHz. At exactly 1,591.5 Hz, the signal voltage will drop by 3dB (roughly 70.7% of the original amplitude). According to standard AC circuit theory principles, this -3dB point is universally accepted as the boundary between the passband and the stopband.
Where You Meet This in Practice
You will rarely use a simple passive RC filter in high-fidelity audio paths because of impedance loading issues. If the downstream amplifier has a low input impedance, it will interact with your resistor, shifting the cutoff frequency and causing signal loss. Instead, you will encounter and build active filters using operational amplifiers (op-amps).
Passive (RC only): Best for high-impedance inputs like guitar amplifier inputs or simple tone knobs. No power supply required, but suffers from insertion loss and loading effects.
Active (Op-amp + RC): Best for line-level audio, DAC outputs, and active crossovers. Provides gain (or unity buffer), isolates stages, and allows for steeper filter slopes (Sallen-Key topologies) without loading down the source.
In practice, you will design audio low pass filters for three main scenarios:
- DAC Reconstruction: Removing high-frequency quantization noise and delta-sigma switching artifacts (often >100kHz) from digital-to-analog converter outputs before they hit the amplifier.
- Active Subwoofer Crossovers: Ensuring only frequencies below 80Hz or 120Hz reach the subwoofer amplifier, preventing the driver from trying to reproduce vocals or cymbals.
- EMI/RFI Suppression: Filtering out megahertz-range radio frequency interference that gets picked up by long unbalanced audio cables before it can demodulate inside the amplifier.
Real-World Scenario Walkthrough: Fixing a Hissy Class-D DAC Chain
Theory is clean; the workbench is messy. Here is a real-world scenario demonstrating how component selection dictates audio filter performance.
The Setup
A DIY audio build uses a PCM5102A DAC board feeding a TPA3116 Class-D amplifier. The system produces an audible, fatiguing high-frequency hiss through the tweeters, and cymbals sound "shattered" or harsh at high volumes. The Class-D amp operates at a switching frequency of around 384kHz, and the DAC outputs ultrasonic noise that the amplifier is happily amplifying and intermodulating.
The Numbers and Execution
We need an active 2nd-order Sallen-Key low pass filter set to 20kHz to pass all audible frequencies but crush the ultrasonic noise. Using standard component values, we select R = 8.2kΩ and C = 1nF.
Calculation: 1 / (2 × π × 8200 × 0.000000001) = 19,406 Hz (close enough to 20kHz for audio purposes).
The Outcome and What Went Wrong
After soldering the filter, the broadband hiss disappeared. However, the harshness on cymbals remained, and high-frequency transients sounded distorted. The math was correct, but the components were wrong.
Mistake 1: The Wrong Op-Amp. The initial build used a generic LM358 op-amp. The LM358 has a terrible slew rate of 0.3 V/µs. At 20kHz, a standard 2V peak audio signal requires a minimum slew rate of roughly 0.25 V/µs just to trace the sine wave. When complex musical transients hit, the LM358 bottlenecked, causing Slew-Induced Transient Intermodulation Distortion (TIM). The Fix: Swapped the LM358 for an audio-grade NE5532, which boasts a 9 V/µs slew rate and low noise, eliminating the TIM distortion instantly.
Mistake 2: The Wrong Capacitor Dielectric. The 1nF capacitors used were standard X7R ceramics. X7R dielectrics exhibit piezoelectric microphonic effects and voltage coefficient capacitance shifts. In an audio path, they literally act as tiny microphones and introduce non-linear distortion when subjected to AC voltage. The Fix: Replaced the X7R caps with C0G/NP0 dielectric ceramic capacitors, which are perfectly linear and stable across audio frequencies and voltages.
Filter Slopes and the "Brick Wall" Misconception
A common trap for beginners is assuming that a 20kHz low pass filter completely silences a 21kHz signal. Filters operate on slopes, measured in decibels per octave (dB/oct). An octave represents a doubling or halving of frequency.
| Filter Order | Slope (dB/oct) | Attenuation at 2x Cutoff (e.g., 40kHz on a 20kHz filter) | Common Topology / Use Case |
|---|---|---|---|
| 1st Order | -6 dB | -6 dB (Signal is still very present) | Simple RC / Guitar tone knobs |
| 2nd Order | -12 dB | -12 dB (Noticeable reduction) | Sallen-Key / DAC output filtering |
| 3rd Order | -18 dB | -18 dB (Strong reduction) | Active subwoofer crossovers |
| 4th Order | -24 dB | -24 dB (Near total elimination) | Linkwitz-Riley / Pro audio crossovers |
If you need a true "brick wall" (e.g., -90dB of attenuation just past the cutoff), you cannot rely on standard analog RC filters. You would need a 15th-order analog filter, which is practically impossible to build without massive phase shift and component drift. In modern 2026 audio systems, brick-wall filtering is handled in the digital domain via DSP (Digital Signal Processing) chips like the ADAU1701 or software algorithms before the signal ever hits a DAC.
For deeper theoretical grounding on how cascading these poles affects phase response, the Analog Devices Linear Circuit Design Handbook provides exhaustive mathematical proofs on active filter alignment.
Frequently Asked Questions
Can I just use a high-pass filter instead if I wire it backward?
No. Swapping the resistor and capacitor in a passive network changes the topology from a low-pass to a high-pass filter, but it does not reverse the audio spectrum. A high-pass filter blocks bass and passes treble. If you want to block highs, you must use the low-pass topology (capacitor to ground, resistor in series).
Why does my low-pass filter change the volume of my audio?
A passive 1st-order RC low-pass filter has an inherent insertion loss, especially if the load impedance is not at least 10 times higher than the filter's resistor value. The load resistor forms a voltage divider with your filter resistor. To fix this, buffer the output with an op-amp configured as a unity-gain voltage follower, or use an active Sallen-Key topology that provides gain.
Does a low-pass filter affect the phase of the audio signal?
Yes. Every reactive component introduces phase shift. A 1st-order low-pass filter introduces up to -90 degrees of phase shift at frequencies far above the cutoff. At the exact cutoff frequency, the phase shift is -45 degrees. In multi-way speaker crossovers, this phase shift must be carefully managed (often by flipping the tweeter polarity or using all-pass phase correction networks) to prevent acoustic cancellation at the crossover point.
Are electrolytic capacitors okay to use in audio low-pass filters?
Avoid them in the signal path if possible. Aluminum electrolytic capacitors have high Equivalent Series Resistance (ESR), significant inductance, and their capacitance drifts with temperature and age. If you need large capacitance values for very low-frequency filters (like a 40Hz subwoofer crossover), use high-quality film capacitors (like polypropylene) or calculate the values to allow for smaller, non-polarized C0G/NP0 ceramics.






