audio-recorder-voice
Section · 10 pages

Recording by browser and device

Browser recording works on every device, but not identically. Output format, permission flow and what happens when the screen locks all differ by browser and platform. Each page below covers one.

What actually differs between platforms

The recording APIs are standard, so the code is the same everywhere. Three things are not:

Table: What varies, Why it matters
What variesWhy it matters
Native output formatChrome, Edge and Firefox produce Opus in WebM. Safari produces AAC in MP4, arriving as .m4a. WAV and MP3 are made by the page, so those are identical everywhere.
Permission modelChrome grants permanently, Firefox per session unless you tick a box, and macOS and iOS add a second operating-system gate above the browser's own.
BackgroundingEvery mobile browser ends a recording when the screen locks. Desktop browsers throttle background tabs but usually continue.

If something is not working, the platform page is usually a faster answer than the general troubleshooting guide, because the menu paths are exact rather than generic.

Browsers

Phones and tablets

Computers

Where each platform is strongest

Table: If you need…, Use, Why
If you need…UseWhy
Tab audio captureChrome or Edge on desktopThe only browsers that expose another tab's audio
The longest battery lifeSafari on a MacMeasurably lighter than Chrome on Apple silicon
Recording with no installation on a locked machineAny browserNothing to install anywhere — see recording without installing
An external USB microphone on a tabletiPad with USB-CClass-compliant USB audio works without adapters
The smallest files at the best qualityChrome, Edge or FirefoxOpus outperforms MP3 at the same bitrate
Maximum compatibility for the finished fileAny — pick MP3Produced by the page, so identical on every platform

Two things true on every platform

Whichever platform you are on

The recorder itself is the same everywhere. Start with the voice recorder, or check your hardware first with the microphone test. Minimum versions for every browser are listed on the browser support page.

Questions

Does the recording quality differ between browsers?

No. All of them read the same audio hardware at the same sample rate. What differs is the native compressed format each one produces, and WAV and MP3 are generated by the page rather than the browser, so those are byte-for-byte equivalent everywhere.

Which browser should I use for recording?

Whichever you already use. Chrome and Edge add tab audio capture if you need it; otherwise the difference is not meaningful. On iOS the choice is made for you, since every browser there uses Safari's engine.

Why does my phone stop recording when the screen locks?

Mobile operating systems suspend background tabs to save battery, and a suspended tab cannot hold a microphone. Keep the screen on, or use a native app if you need background recording.

Do I need to install anything on any platform?

No. Every page in this section uses the browser's built-in recording APIs. There is no extension, add-on or app on any platform.