WAV file info
Upload a WAV file and inspect its technical details — codec, bitrate, sample rate, channels, and duration.
Upload a WAV file and inspect its technical details — codec, bitrate, sample rate, channels, and duration.
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.
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.
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.
Yes, the file is parsed locally and never leaves your device.