Tested tool guide
Tested browser tools
Checked August 16, 2026
What Audio Waveform Visualizer does, with a checked example
Drop in an audio file and this tool decodes it into raw sample data, then draws the waveform as a band of vertical peaks scaled to your chosen width, height, and color. Decoding, downsampling, and drawing happen in the browser tab itself, so there's no export-and-reopen step in a media editor. The part people get wrong most often is treating the picture as a precise measurement: at typical output widths, thousands of samples collapse into each pixel column, so the image shows overall shape and loudness contour, not exact peak values or sample-accurate timing.
Worked example
A concrete input and expected output from the current implementation.
Input
a 2-second, 440 Hz sine tone at -6 dBFS, mono, 44.1kHz WAV, rendered at 800x200px
->
Expected output
A uniform horizontal band of peaks running the full 800px width, centered on the image's vertical midline (y=100), extending roughly 50px above and below center (from about y=50 to y=150).
A steady sine tone holds constant peak amplitude for its whole duration, so every pixel column reduces to the same min/max pair. -6 dBFS converts to 10^(-6/20) ~= 0.501 of full scale, which sets the band's height at just over half of the 100px half-height.