Samplr

May 4, 2026

How to Record Tab Audio in Chrome (No Microphone Needed)

The most reliable way to record audio playing in a Chrome tab is to capture the tab's output directly, not your microphone. Here's how, and why it matters.

The short answer: to record audio playing in a Chrome tab cleanly, you need an extension that captures the tab's audio output directly through Chrome's tab-capture API — not one that asks for microphone access. Microphone-based "recorders" pick up room noise, echo from your speakers, and anything else nearby, because they're recording the air, not the audio signal itself.

Why microphone recording falls short

Most early "screen/tab recorder" extensions take the easy route: ask for getUserMedia microphone access and record whatever your mic hears. That works in a pinch, but it has real problems:

How tab audio capture actually works

Chrome extensions can request the tabCapture permission, which lets them grab a MediaStream of a tab's actual audio output — the signal itself, before it ever reaches your speakers. That stream can be fed straight into the Web Audio API and MediaRecorder, with no microphone involved at all.

This is the same underlying technology that lets Samplr capture a tab cleanly: click the toolbar icon, hit record, and what gets captured is exactly what's playing in that tab — nothing more, nothing less.

What to look for in a tab audio recorder

Do I need to grant microphone access to record tab audio?

No. Extensions that use Chrome's tabCapture API record the tab's audio output directly and never need microphone permission.

Will tab audio capture work if I'm wearing headphones?

Yes — tab capture taps the audio signal itself, not the sound coming out of your speakers, so headphones make no difference.