Corrupt an Audio File Online
Corrupt an MP3, WAV, FLAC or M4A audio file online for free. Destroys ID3 tags and frame sync words so players cannot decode the track.
- Aucun envoi
- Aucune limite de taille
- Aucune inscription
Corrompez votre fichier audio
Réglé pour .mp3, .wav, .flac, .m4a, .aac, et fonctionne tout aussi bien avec n'importe quel autre format.
Pourquoi les fichiers audio sont difficiles à corrompre correctement
MP3 is a stream of independently decodable frames, which is why a damaged MP3 often still plays with a burst of noise. Making one genuinely unplayable means destroying the ID3 tag and the frame sync words that decoders lock onto.
Ce que cet outil détruit
- ID3 tags. The tag block at the start of the file (title, artist, artwork) is destroyed.
- Frame sync words. The
0xFFFB-family sync patterns marking each MPEG frame are overwritten, so decoders never lock on. - WAV and FLAC. RIFF chunk headers, or the FLAC stream marker and STREAMINFO block, are targeted instead.
- Audio payload. Entropy is scattered through the encoded audio data itself.
Ce que vous verrez ensuite
| Application | Comportement |
|---|---|
| iTunes / Apple Music | Refuses to import or add the file to the library. |
| Windows Media Player | "Windows Media Player cannot play the file." |
| VLC | Produces silence or refuses to open the stream. |
| Music apps | The track shows no duration, artist or artwork. |
Raisons courantes de le faire
- Testing that a podcast or music upload service validates audio properly.
- Verifying a transcoding worker reports errors rather than producing silent output.
- Generating malformed audio for an automated test suite.
- Demonstrating audio file recovery in a training context.
Comment corrompre un fichier audio
- Déposez votre fichier .mp3 dans la zone ci-dessus, ou cliquez pour parcourir.
- Laissez le niveau sur Standard, sauf si vous voulez des dommages partiels (Light) ou devez mettre en échec un logiciel de récupération (Heavy).
- Cliquez sur Corrompre le fichier. Le traitement a lieu sur votre appareil, il se termine donc presque instantanément.
- Téléchargez le résultat. Par défaut, il conserve le nom de fichier et la longueur en octets d'origine.
Questions fréquentes sur Audio
Will the track still play as noise?
At Light level, sometimes. At Standard and above the frame sync words are destroyed, so decoders never lock on and nothing plays at all.
Does artwork and metadata survive?
No. ID3 tags sit at the start of the file, inside the header region that is overwritten.
Which formats have dedicated handling?
MP3, WAV, FLAC and the MP4 audio family (M4A, AAC). Others fall back to the generic binary profile.
Is the audio uploaded anywhere?
No. All processing happens locally in your browser, nothing is transmitted, logged or stored.