How to lower audio bitrate without uploading — free browser tool
- Step 1Open the tool (then you can go offline) — Open the bitrate-changer. Once the page and FFmpeg core have loaded, the re-encode itself needs no network.
- Step 2Drop the sensitive file — Drag in the recording. Because processing is local, even confidential audio stays on your machine. Free tier: 50 MB / 30 min per file.
- Step 3Pick a lower bitrate — Choose a target below the source — e.g. 320 to 128 kbps, or 192 to 64 kbps for voice. The dropdown offers 320, 256, 192, 128, and 64 kbps.
- Step 4Confirm the saving you expect — Use the cheat sheet below: CBR size is bitrate times duration, so you can predict the new size before you run.
- Step 5Run the local re-encode — Process the file. FFmpeg writes a smaller CBR MP3 entirely on-device; speed depends on your CPU.
- Step 6Download — nothing to delete remotely — Save the smaller MP3. There is no server copy to worry about because the file was never uploaded.
Privacy model: where your audio lives
How a no-upload, in-browser tool differs from a typical server-side reducer.
| Stage | This tool (in-browser) | Typical server reducer |
|---|---|---|
| File transfer | Stays in the tab; never sent | Uploaded to a remote server |
| Processing location | Your CPU via FFmpeg WASM | Provider's machines |
| Temporary copies | In page memory only | Server temp storage |
| After you finish | Closing the tab clears it | Relies on provider retention policy |
| Works offline | Yes, once loaded | No, needs the upload |
Size after lowering the bitrate (per minute)
Approximate CBR MP3 size per minute. Multiply by minutes for total. Useful for predicting savings before you run.
| Target | Per minute | Per 10 minutes | Best for |
|---|---|---|---|
| 320 kbps | ~2.4 MB | ~24 MB | Keep near-original quality |
| 256 kbps | ~1.9 MB | ~19 MB | Light shrink, music |
| 192 kbps | ~1.4 MB | ~14 MB | Balanced default |
| 128 kbps | ~0.96 MB | ~9.6 MB | Strong shrink, still good |
| 64 kbps | ~0.48 MB | ~4.8 MB | Voice; maximum saving |
Cookbook
Private, on-device reductions. None of these files are uploaded; sizes are computed from duration and target bitrate.
Confidential interview shrunk for sharing under NDA
A 1-hour client interview at 256 kbps is ~115 MB. Lowering it to 128 kbps for secure internal sharing halves it — and it never leaves your laptop.
Input: interview.mp3 256 kbps 60:00 ~115 MB Target: 128 kbps Output: interview.mp3 128 kbps 60:00 ~58 MB Upload? No. Processed entirely in-browser.
Unreleased demo to 192 kbps for a private link
Send a band member a smaller demo without exposing the master to a third-party server.
Input: demo.wav 1411 kbps PCM 3:45 ~40 MB Target: 192 kbps Output: demo.mp3 192 kbps 3:45 ~5.4 MB (WAV master stays on your machine)
Free phone storage by dropping voice memos to 64 kbps
Voice memos recorded at 128 kbps take more space than voice needs. 64 kbps is plenty for spoken word and halves the size.
Input: memo.m4a ~128 kbps 15:00 Target: 64 kbps Output: memo.mp3 64 kbps 15:00 ~7.2 MB
Offline on a plane
Once the tool has loaded, you can disconnect and still re-encode, because nothing is sent anywhere.
1. Load /audio-tools/bitrate-changer while online 2. Disconnect (airplane mode) 3. Drop file -> set 128 kbps -> process -> download Works: encode runs on local CPU, no network needed
Lecture recording for a low-bandwidth region
Distributing a lecture where data is expensive — 64 kbps voice keeps it tiny while staying intelligible.
Input: lecture.mp3 192 kbps 50:00 ~86 MB Target: 64 kbps · voice Output: lecture.mp3 64 kbps 50:00 ~24 MB
Edge cases and what actually happens
Worried the file is uploaded
By designIt is not. FFmpeg 8.1 WASM processes the audio inside your browser tab. You can confirm by disconnecting from the network after the page loads — the re-encode still completes.
Need to keep the original lossless master
PreservedThe source file on disk is untouched; the tool produces a new MP3. Keep the WAV/FLAC master safe — you cannot rebuild it from the lower-bitrate MP3.
File over the free 50 MB / 30 min limit
Tier limitLong confidential recordings can exceed free limits. Split with audio-splitter or trim, or upgrade to Pro (200 MB / 120 min).
Output must not be MP3
Not supported hereThis tool always writes MP3 and has no format selector. For lossless-to-lossless privacy workflows, use a dedicated converter; the bitrate changer is MP3-only.
Re-encoding an already-shrunk private copy
By designEach lossy pass degrades quality further. Re-encode from your highest-quality private source, not from a previously reduced share copy.
Expecting VBR for a smaller file at equal quality
Not supportedThe tool only produces CBR. There is no VBR option to squeeze out the extra efficiency VBR can offer.
Tab closed before download
ExpectedBecause everything is in-memory and local, closing the tab discards the in-progress result with no trace. Re-run to regenerate it.
Tags carried into the smaller file
PreservedID3 metadata and cover art copy across (-map_metadata 0). If the private recording had no tags, the output has none.
Encode slower than an online service
ExpectedLocal encoding uses your CPU instead of a remote farm, so very long files take time. The privacy trade-off is that nothing is uploaded.
Frequently asked questions
Is my audio uploaded anywhere?
No. FFmpeg 8.1 runs as WebAssembly in your browser tab, so the file is processed on your own device and never sent to a server.
Can I use it offline?
Yes, once the page and FFmpeg core have loaded. The re-encode itself needs no network connection.
Does anything get stored on a server?
No. There is no upload, so there are no server-side temporary copies to retain or delete.
Which bitrates can I lower to?
320, 256, 192 (default), 128, and 64 kbps, all constant bitrate.
What output format do I get?
Always MP3. There is no format selector on this tool.
Is reduction reversible?
No. Lowering bitrate is lossy and one-way. Keep your original high-quality file; you cannot restore it from the smaller copy.
Will my private file's tags leak or change?
Tags are simply copied into the new MP3 and never transmitted. Nothing is sent off-device at any point.
How big a file can I process privately?
Free: 50 MB / 30 min / 1 file. Pro: 200 MB / 120 min / 10 files. Pro-media and Developer reach 100 GB with no duration cap.
Can I produce VBR instead of CBR?
No. This tool encodes constant bitrate only.
How do I confirm nothing was uploaded?
Disconnect from the network after the tool loads, then process a file — it still works, proving the encode is fully local.
Does lowering bitrate change the sound length?
No. Only the data rate changes; duration, pitch, and tempo are unaffected.
What if my file is in WAV or FLAC?
Drop it in — it is decoded locally and re-encoded to a lower-bitrate MP3. The lossless original on disk stays untouched.
Privacy first
Every JAD Audio tool runs entirely in your browser via FFmpeg (WebAssembly) and RNNoise. Your audio files never leave your device — verified by zero outbound network requests during processing.