AudioFetcherAudio tools

Troubleshooting

How to tell whether an audio file is corrupt

Truncated headers, missing frames, impossible duration, or playback stopping at the same point indicate file damage.

Reviewed against current browser behavior and AudioFetcher test fixtures on July 28, 2026.

Check these first

  1. 1

    Play from beginning to end in two independent players.

  2. 2

    Compare file size with the expected duration and bitrate.

  3. 3

    Inspect duration, codec, and metadata.

  4. 4

    Copy the file again from its original source.

Reliable fixes

  • Recover from the original source when possible.
  • A converter cannot recreate missing bytes.
  • Avoid overwriting the only copy during repair attempts.

Change one variable at a time and test with a short known-good file. That separates a damaged source from a browser, codec, or memory limitation.

Questions about tell whether an audio file is corrupt

What is the short answer to "How to tell whether an audio file is corrupt"?

Truncated headers, missing frames, impossible duration, or playback stopping at the same point indicate file damage.

Does the linked AudioFetcher tool upload my media?

The local tools linked from this article process selected media in the browser. Read each tool's limits before using a large or uncommon file.

What is the most important practical point?

Recover from the original source when possible.

Related reading