To reverse an audio file, open Zro7 Reverse Audio, drop the file, and export. The tool applies FFmpeg's areverse filter in ffmpeg.wasm — every sample plays back last-to-first — and re-encodes to your chosen format. Handy for reverse-cymbal effects, backmasking checks, or forensic listening.
Why reverse audio?
- Music production — reverse cymbals, snares, or vocals for classic swelling intros.
- Sound design — reversed reverb tails feel eerie and unnatural.
- Forensic / research — check recordings for embedded messages or artefacts that are only obvious in reverse.
- Language learning — some pronunciation drills use reversed audio to isolate phonemes.
Steps
- Open Reverse Audio.
- Drop an MP3, WAV, FLAC, OGG, or M4A file.
- Pick an output format (defaults to the input's).
- Preview and download.
What Zro7 does under the hood
The areverse filter buffers the entire decoded PCM stream in RAM, then emits samples in reverse order. That means memory use scales with duration — a 60-minute WAV at 48 kHz stereo needs ~700 MB RAM. For very long files, trim first with MP3 Cutter.
Zro7