About Change Audio Volume
AntiUpload's Change Audio Volume tool adjusts the loudness of an audio file by a fixed multiplier — 0.25× (quarter volume), 0.5× (half volume), 1.5× (50% louder), 2× (double volume), or 3× (triple volume). Useful when an interview, lecture, or voice memo was recorded too quietly to listen to comfortably, or when a track is too loud relative to other audio in a mixed playlist. Five output formats so you can convert format during the volume adjustment if needed — MP3, WAV, OGG, M4A, or FLAC.
We use FFmpeg's `volume=N` filter, the simplest and most predictable volume adjustment method. The signal gets multiplied by the selected factor; if the result would clip (exceed digital ceiling), it gets hard-clipped (which produces audible distortion on already-loud peaks). For quiet source there's plenty of headroom and 2× / 3× boosting works cleanly; for already-loud source the 3× setting may distort. The opposite (0.25× / 0.5×) reduces signal without artifacts. For broadcast-grade loudness normalisation (LUFS targets — streaming -14, podcast -16, broadcast -23), a future PR adds a separate loudness mode that does the two-pass measure-then-normalize workflow.
Compare to online competitors: AudioLouder, MP3Louder, OnlineMP3.org all upload your file to their servers (privacy concern for voice content), watermark/limit free tiers, and re-encode at potentially lower bitrate than your source. Ours runs entirely in your browser, no upload, no size cap, no watermark — and you control the output bitrate explicitly. Audacity (desktop, free) is the gold-standard alternative if you want non-browser. Ours is the browser-friendly version of Audacity's Amplify effect.
How it works
- Drop your audio fileAccepts MP3, WAV, M4A, OGG, FLAC, AAC, OPUS. No file-size limit — multi-hour podcasts work fine.
- Pick a volume multiplier0.25× / 0.5× to lower volume; 1.5× / 2× / 3× to boost. 2× is the typical "make this quiet recording listenable" choice. 0.5× tames overly-loud sources.
- Pick output format and bitrateKeep the input format (default) or convert during volume change. MP3 192 kbps balances quality and size for most uses. Pick FLAC / WAV if you want lossless re-encoding.
- Click Apply volumeRe-encoding completes in seconds for typical podcast / voice recordings. Long content (1+ hour audiobooks) takes proportionally longer.