Spectrogram Viewer
Waveform and frequency spectrogram for any audio file.
Drop an audio file here to see its waveform and its frequency spectrogram. WAV, MP3, FLAC, OGG, and M4A all work. Everything runs in this tab: your files and inputs never leave your device.
Time runs left to right, frequency runs bottom to top, and color is level in decibels against full scale.
What it does
Draws a spectrogram of any audio file your browser can decode: WAV, MP3, FLAC, OGG, M4A, and more. Time runs left to right, frequency runs bottom to top, and color is loudness in decibels with 0 dB as full scale. A waveform strip sits above it so you can line up what you hear with what you see. The frequency axis switches between linear and logarithmic, the FFT size trades time detail against frequency detail, and the whole picture exports as a PNG.
How to use it
Drop an audio file onto the panel or pick one with the file button, then wait for the analysis bar to finish. Hover anywhere on the spectrogram to read the exact time, frequency, and level under the pointer, and click to play from that moment with a playhead tracking along. Change the FFT size, colors, or frequency axis at any time and the picture redraws from the samples already in memory. Files longer than ten minutes are analyzed up to the ten minute mark and the panel says so on screen.
Why this one
Most spectrogram sites make you upload the audio first, then cap the length, watermark the image, or hide the export behind an account. This one decodes and analyzes the file in your browser with a hand written FFT, so your files and inputs never leave your device. The levels are real decibels against full scale rather than an arbitrary brightness ramp, the logarithmic frequency view matches how pitch actually works, and the PNG export is the same picture you are looking at, axes included.
FAQ
- What am I actually looking at?
- Each vertical stripe is one short slice of the audio, a few tens of milliseconds long. Within that stripe, height is frequency: bass at the bottom, treble at the top. Brightness is how much energy sat at that frequency during that slice, in decibels, where the brightest color is full scale and the darkest is 100 dB below it. A steady musical note shows up as a horizontal line with faint parallel lines above it, its harmonics. A drum hit or a consonant shows up as a bright vertical smear across many frequencies at once. Speech looks like stacked wavy lines that move together as the pitch changes. Silence is flat and dark, and a hard low pass filter or a lossy codec often leaves a visible flat ceiling where everything above a certain frequency simply stops.
- Why would I switch the frequency axis to logarithmic?
- Hearing is roughly logarithmic in pitch: every octave doubles the frequency, so the jump from 100 Hz to 200 Hz sounds like the same distance as 5 kHz to 10 kHz. A linear axis gives half the picture to the top octave alone and squashes every bass and midrange detail into a thin band at the bottom. The logarithmic view spreads the octaves evenly from 20 Hz up to the Nyquist limit, which is what you want for music, voice, and anything where the interesting structure lives below 2 kHz. Keep the linear axis when you care about high frequency content specifically, such as spotting a codec cutoff or ultrasonic noise.
- Is my audio uploaded anywhere?
- No. The browser decodes the file, the FFT runs on the samples in this tab, and the canvas draws the result locally, so your files and inputs never leave your device. There is no upload step, no size limit beyond what your machine can hold in memory, and the PNG export is produced in the page rather than fetched from a server.