An amplifier chip is an integrated circuit that takes a low-voltage audio or signal input and boosts its current and voltage to drive a physical load, like a speaker, without altering the original waveform's fundamental shape.
In a real circuit, this component changes a high-impedance, low-power signal (milliwatts from a DAC, microcontroller, or phone jack) into a low-impedance, high-power signal (watts) capable of doing physical work, such as moving a speaker cone. Makers commonly confuse a power amplifier chip with an operational amplifier (op-amp, like the LM741 or NE5532). While op-amps are designed to condition, filter, and perform math on low-power signals, power amplifier chips are specifically engineered to source and sink the heavy current required to drive physical loads.
What an Amplifier Chip Actually Does (and What It Doesn't)
An amplifier chip does not create new audio information; it acts as a valve. It uses a small input signal to modulate a much larger power supply, effectively 'stamping' the input waveform onto a high-current output. The internal topology of the chip dictates how efficiently this transfer happens and how much distortion is introduced.
Modern DIY audio relies heavily on Class-D amplifier chips. Unlike older Class-AB chips that operate their output transistors in a linear (partially on) state, Class-D chips use pulse-width modulation (PWM). The internal MOSFETs are switched fully on or fully off at high frequencies (typically 300 kHz to 1.2 MHz). Because the transistors spend almost zero time in the high-resistance linear region, they dissipate very little heat. An external LC (inductor-capacitor) low-pass filter then strips away the high-frequency switching noise, leaving only the amplified audio waveform for the speaker.
The Math: Power, Heat, and Efficiency in a Real Circuit
Understanding the thermal and electrical math is critical when sizing your power supply and heatsink. Let's look at a concrete numeric example comparing a modern Class-D chip against a legacy Class-AB chip, both tasked with delivering 50W RMS into a 4-ohm speaker.
Target Output: 50W | Typical Efficiency: 90%
Power Drawn from Supply: 50W / 0.90 = 55.5W
Heat Dissipated: 55.5W - 50W = 5.5W
Target Output: 50W | Typical Efficiency: 60%
Power Drawn from Supply: 50W / 0.60 = 83.3W
Heat Dissipated: 83.3W - 50W = 33.3W
The TPA3116D2 requires a modest stamped aluminum heatsink and can run off a standard 24V 3A laptop power brick. The LM3886, dissipating six times more heat, requires a massive finned extruded aluminum heatsink, forced air cooling, and a heavy linear power supply capable of delivering 5A at dual +/- 28V rails. According to Texas Instruments' TPA3116D2 datasheet, the Class-D topology allows for up to 100W output into 2 ohms with a 21V supply, entirely eliminating the need for bulky thermal management in desktop builds.
Where You Meet Amplifier Chips in Practice
You will encounter amplifier chips across a wide variety of workbench and commercial applications:
- DIY Bluetooth Speakers: Surface-mount Class-D chips (like the TPA3116 or MAX98357A) are the standard for battery-powered or USB-C-powered portable speakers due to their high efficiency.
- Retro Console Audio Mods: Older 8-bit and 16-bit consoles often have weak internal audio. Builders solder tiny PAM8403 amplifier chips to boost the line-level output to drive modern headphones or small cabinet speakers.
- Haptic Feedback Motors: In robotics and VR controllers, audio amplifier chips are frequently repurposed to drive Linear Resonant Actuators (LRAs) or Eccentric Rotating Mass (ERM) motors, using the PWM audio signal to create complex vibration textures.
- Guitar Pedal Buffers: While not driving speakers, specialized low-noise amplifier chips are used in the input stages of effects pedals to prevent high-frequency signal loss over long cable runs.
Decision Tree: Picking the Right Amplifier Chip
Do not overcomplicate your BOM (Bill of Materials). Use this decision matrix to select the exact silicon for your next build.
| Power Supply Available | Target Output Power | Best Amplifier Chip | Typical Module Price |
|---|---|---|---|
| 5V USB (1A - 2A) | 3W + 3W (Stereo) | PAM8403 (Class-D) | $1.00 - $2.50 |
| 12V - 24V DC Brick | 50W + 50W (Stereo) | TPA3116D2 (Class-D) | $8.00 - $15.00 |
| 9V Battery (Low Quiescent) | 0.5W (Mono) | LM386 (Class-AB) | $0.50 - $1.50 |
| 5V with I2S Digital Input | 3.2W (Mono) | MAX98357A (Class-D) | $4.00 - $6.00 |
Common Failure Modes and How to Avoid Them
Amplifier chips rarely fail on their own; they fail because of poor peripheral circuit design. According to Analog Devices' application notes on Class-D basics, the most common pitfalls involve high-frequency switching noise and ground management.
1. The 'Pop' on Power-Up
When you apply power to a Class-D chip, the internal capacitors charge unevenly, causing a loud, speaker-damaging 'pop'. The Fix: Use the chip's Shutdown (/SD) pin. Wire a 10kΩ pull-up resistor to VCC and a 10µF capacitor to ground on the /SD pin. This creates an RC delay, holding the chip in shutdown for roughly 100 milliseconds until the power rails stabilize.
2. High-Frequency Whine and EMI
Class-D chips switch at hundreds of kilohertz. If you route the output traces too close to your input audio traces, or if you omit the output inductors, you will hear a high-pitched whine or cause interference with nearby WiFi/Bluetooth modules. The Fix: Never skip the output LC filter. Use the exact inductor values specified in the datasheet (usually 10µH to 33µH) and keep the high-current output loops as physically small as possible on your PCB.
3. Ground Loop Hum
If you hear a 50Hz/60Hz hum, your audio source ground and your amplifier power ground are forming a loop. The Fix: Implement a star-ground topology. Run the power supply ground, the speaker ground, and the audio input ground to a single, central physical point on your PCB or chassis. Never daisy-chain grounds.
Frequently Asked Questions
Can I bridge two mono amplifier chips to get more power?
Only if the chip is specifically designed for Bridge-Tied Load (BTL) operation, or if you use an external phase-splitting circuit. Most modern Class-D chips (like the TPA3116D2) are already internally configured as BTL, meaning the speaker is connected between two out-of-phase outputs, not between an output and ground. Bridging an already-bridged chip will short the outputs and destroy the silicon instantly.
Do I need a DAC before the amplifier chip?
Yes, if your source is digital (like an ESP32, Raspberry Pi, or Bluetooth module). The amplifier chip only amplifies analog voltage waveforms. You must feed it a line-level analog signal (typically 1V to 2V RMS). If you are using a microcontroller, use an I2S DAC chip (like the PCM5102A) between your digital processor and the amplifier chip's analog inputs.
Why does my amplifier chip get hot even when no audio is playing?
If a Class-AB chip gets hot at idle, it is normal; the bias current flows continuously. However, if a Class-D chip gets hot at idle, you have a problem. This usually indicates that your output LC filter is missing, incorrectly sized, or that the speaker impedance is too low, causing the high-frequency switching current to circulate endlessly and dissipate as heat in the MOSFETs. For deeper troubleshooting, consult All About Circuits' guide on Class-D amplifier design.






