WAV file info

Upload a WAV file and inspect its technical details — codec, bitrate, sample rate, channels, and duration.

What is inside your WAV

Bit depth, sample rate, channel count, duration, and the PCM flavor in use, read directly from the file. Useful because WAV hides real variety: 16 or 24-bit, mono or stereo, 8 kHz telephony up to 192 kHz hi-res.

Checks people run

Confirming a deliverable matches a 16-bit/44.1 kHz spec, verifying a recorder honored its configured depth and rate, and sizing up files before sending them through a pipeline with strict requirements.

Frequently asked questions

How big should a WAV of a given length be?

Sample rate × bit depth × channels × seconds ÷ 8. A stereo 16-bit 44.1 kHz minute is about 10 MB; large deviations hint at a different format inside.

Is inspection private?

Yes, the file is parsed locally and never leaves your device.