Tested tool guide
Tested browser tools
Checked August 16, 2026
What Audio Fade In/Out does, with a checked example
Load an audio file, choose a fade-in length, a fade-out length, or both, and download a new copy whose gain ramps from silence up to full level at the start and back down to silence at the end. Processing happens entirely in the browser, so nothing about the recording leaves the machine. The thing people get wrong first: the fades are anchored to the file's boundaries, not to where the sound actually starts and ends. A file with trailing silence gets a fade-out that happens partly inside that silence, and the audible content can still end with a click.
Worked example
A concrete input and expected output from the current implementation.
Input
File: interview.mp3, duration 30 s. Fade-in: 2 s. Fade-out: 3 s.
->
Expected output
A 30-second file whose gain starts at zero, rises to full level by the 2-second mark, stays at full level from 2 to 27 seconds, and falls back to zero by the 30-second mark. Length, sample rate, and channel count are unchanged.
A fade is a gain ramp anchored to the file's boundaries: the fade-in occupies the first 2 seconds (0-2 s) and the fade-out the last 3 (27-30 s), leaving 25 seconds of unmodified audio between them.