---
title: "Reverse Audio Online - Play It Backwards | CanDoYa"
description: "Reverse audio online, preview it backwards, and download a WAV privately. Works with MP3, WAV, M4A, FLAC, OGG, and more without uploading."
url: https://candoya.com/tools/reverse-audio/
locale: en
type: browser-tool
---

# Reverse Audio Online

Category: Social & Creator

## How does a reverse audio tool work?

A reverse audio tool decodes a recording, flips its samples from end to beginning, and rebuilds the result so it plays backwards. Choose an MP3, WAV, M4A, or other common audio file here, preview the reversal, and download a WAV without uploading your recording.

This audio reverser runs FFmpeg inside your browser. Its `areverse` filter buffers the decoded audio stream, reverses the order of every sample, and writes an uncompressed 16-bit WAV. The original file stays unchanged.

Reversal changes time direction, not playback speed. A three-minute track remains three minutes long. Because the new file is WAV, a compressed MP3 or M4A source can produce a much larger download.

## How to use it

1. **Choose the audio** - Drop an MP3, WAV, M4A, FLAC, OGG, AAC, or another common audio file into the tool.
2. **Preview the original** - Listen to the source and confirm that you selected the right recording.
3. **Reverse it locally** - Select Reverse audio. The browser decodes the track, reverses every sample, and creates a WAV.
4. **Listen and download** - Preview the backwards result, then download the reversed WAV to your device.

## Who it's for

- **Music producers** can turn cymbals, vocals, and instrument tails into swells, transitions, and unusual textures.
- **Video editors** can create backwards dialogue or sound effects without opening a full audio workstation.
- **Podcasters and researchers** can inspect a clip for deliberate backmasking or hear how speech behaves in reverse.
- **Teachers and students** can use reversed speech and music in listening games, demonstrations, and creative assignments.

## Expert note

Audio reversal is sample order reversal, not negative playback speed. Reversing each channel independently preserves stereo placement: a sound on the left stays on the left, but its envelope and timeline run backwards.

## Frequently asked questions

### Is my audio uploaded?

No. The selected file, decoding, reversal, preview, and result remain in your browser tab. The first use downloads the FFmpeg engine code, but your recording is not sent with that request. Refreshing or closing the tab releases the temporary local file URLs.

### Is this audio reverser free?

Yes. You can reverse audio and download the result without an account, subscription, watermark, or credit limit. The practical limits are the memory and processing speed available to your browser, especially for long compressed recordings that expand during decoding.

### What file size limits apply?

The conservative cap adapts to the device: 100 MB on mobile or lower-memory hardware, 250 MB on typical desktops, and 500 MB on high-memory desktops. Audio can occupy several times its stored size while decoded, and the uncompressed WAV result may also be large.

### Can I reverse an MP3 file?

Yes. Choose an MP3 and the local engine will decode it, reverse the audio samples, and export a WAV. The result does not add another lossy MP3 encoding pass, but it cannot restore detail already removed when the source MP3 was created.

### Which audio formats are supported?

The tool accepts common formats including MP3, WAV, M4A, AAC, FLAC, OGG, Opus, AIFF, WebM audio, AC3, and WMA. Built-in preview support varies by browser, while the local FFmpeg engine may still process a file the audio player cannot preview.

### Does reversing audio change its length or pitch?

No. The result keeps the same duration and sample rate, so its overall pitch does not change. What changes is the direction of every event: attacks become fades, fades become attacks, and words or melodies unfold from their final sample to their first.

### Why is the reversed WAV larger than my source?

WAV stores uncompressed pulse-code modulation audio, while MP3, AAC, and many M4A files use compression. The WAV therefore needs more bytes even though the duration is unchanged. The exact size depends on sample rate, bit depth, channel count, and track length.

### Can reversed audio reveal hidden messages?

The tool will faithfully reverse the sample order, so it can expose intentionally backmasked material. Human hearing is also good at finding familiar patterns in ambiguous sounds, so apparent words in ordinary reversed speech are not proof that a message was deliberately added.

## Related tools

- [Audio Speed Changer](https://candoya.com/tools/audio-speed-changer/)
- [Audio Trimmer](https://candoya.com/tools/audio-trimmer/)
- [Pitch Shifter](https://candoya.com/tools/pitch-shifter/)
- [Audio Normalizer](https://candoya.com/tools/audio-normalizer/)
- [Audio Waveform Image](https://candoya.com/tools/audio-waveform-image/)

---

*Markdown edition of <https://candoya.com/tools/reverse-audio/>, published for AI agents and other automated readers. Index of key pages: <https://candoya.com/llms.txt>.*
