Tested tool guide
Tested browser tools
Checked August 15, 2026
What Audio Waveform Viewer does, with a checked example
Audio Waveform Viewer loads a sound file locally and shows two views of it: an amplitude waveform you can zoom into down to individual oscillation cycles, and a spectrogram that maps frequency content against time using color intensity. Use the zoomable timeline to inspect transients, clipped peaks, or silence gaps more closely. Most people load a whole song expecting the spectrogram to show crisp detail everywhere; in practice the display trades frequency resolution against time resolution, so very short percussive hits and closely spaced tones cannot both be shown sharply at once.
Worked example
A concrete input and expected output from the current implementation.
Input
a mono WAV file containing a pure 440 Hz sine tone, 2 seconds long
->
Expected output
the waveform panel shows a smooth, evenly spaced oscillation; zooming the timeline to a roughly 10 ms window reveals about 4.4 complete cycles, since one cycle at 440 Hz lasts 1/440 s, about 2.27 ms. The spectrogram shows a steady band of color near the 440 Hz row running the full 2 seconds.
A pure sine tone concentrates nearly all its energy at one frequency, so the spectrogram shows a steady band near that frequency, and the waveform's visible period matches 1 divided by the tone's frequency.