You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No external dependencies (except RNNoise WASM for AI noise suppression)
Installation
Chrome Web Store
Coming soon
Chrome / Chromium-based browsers (Manual)
Open chrome://extensions/
Enable "Developer mode" (toggle in top right)
Click "Load unpacked"
Select the limitr folder
Firefox
Open about:debugging#/runtime/this-firefox
Click "Load Temporary Add-on"
Select any file in the limitr folder (e.g., manifest.json)
Note: For permanent Firefox installation, the extension needs to be signed or installed via about:config with xpinstall.signatures.required set to false.
Usage
Click the Limitr icon in your browser toolbar
Toggle the master switch to enable/disable processing
Select a preset or switch to Advanced mode for full control
Each processing section (Compressor, Gain, EQ, Limiter, Filters, Effects) can be independently toggled on/off and collapsed
The gain reduction meter shows real-time compression activity
Each block in brackets is optional — only wired into the chain when its toggle is enabled. The compressor and multiband compressor are mutually exclusive (enabling one disables the other).
Processing Modes
Regular Mode (fullscreen compatible):
Injects a content script that uses MediaElementSource to process audio
Scans for all <video> and <audio> elements
Works in fullscreen video playback
Supports: Compressor, Multiband, EQ, Limiter, Filters, Gain, Effects
Exclusive Mode (multi-tab with AI features):
Uses Chrome's tabCapture API to capture tab audio
Processes audio in an offscreen document
All Regular mode features plus: AI Noise Suppression (RNNoise), Auto-Gain (AGC), and Noise Gate
Note: Fullscreen may be restricted in this mode
Privacy
Limitr does not collect, store, or transmit any personal data. All audio processing happens locally in your browser. See Privacy Policy.
A browser extension for real-time audio compression, limiting, normalization, noise canceller and even subtitler / transcriber. Perfect for streaming sites where audio levels can vary wildly.