跳转到主要内容
Workflows 6 min read

Audio File Won’t Play: Diagnosis and Conversion

Audio failures hide better than video ones: a broken video is obvious, a broken audio file usually surfaces only when you press play. The diagnosis logic is the same as video — and the recovery rate is higher.

Sort the symptoms first

Will not open at all (the system does not recognize it): missing extension or damaged container. Imports but shows 0:00 with an undraggable progress bar: the container exists but stream info cannot be read — typical of incomplete downloads. Plays in one app only, silent everywhere else: an uncommon codec — the file is fine, its decoder is just scarce.

The third case is the most common and the easiest to fix. WMA, OPUS and APE regularly get turned away by system players while the file itself is intact.

Check the parameters: container, codec, rate

Run the file through a codec checker (video checkers usually accept audio files too) and read four fields: container (mp3/wav/m4a/ogg), codec (aac/mp3/opus/wma), channel count, sample rate. A field that reads as unknown is itself the answer — damaged container or incomplete download.

Use a reference: check a file that plays normally and compare. Differences point straight at the problem. Watch sample rate especially — legacy 22 kHz or 32 kHz material gets rejected or speed-shifted by some playback environments.

Recovery: convert to a universal format

For uncommon codecs, converting to a universal format solves it in one pass. Match the target to the use: MP3 for messaging and web playback (widest compatibility); M4A/AAC for music libraries (better quality per bit); WAV for further editing (lossless, large, zero extra loss). Old WMA files and Opus recordings become playable everywhere once converted to MP3 or M4A.

Keep the original channel count and sample rate during conversion — the fewer parameter transformations, the fewer surprises. Convert one file, audition five seconds, then batch.

When the file itself is broken

If the checker reads no stream at all, or conversion tools refuse outright, the file is damaged: interrupted download, truncated transfer, failing storage. Stop retrying — repeated conversion attempts only produce files that look successful and are hollow. Go back to the source: re-download, ask the sender again, restore from backup.

The prevention habit: audition the first five seconds immediately after any transfer, and verify storage periodically. Audio files are small and cheap to re-acquire — except meeting recordings, where a single corrupt file is an incident.

Frequently asked questions