Online Spectrogram Viewer - Audio Frequency Visualizer
Load an audio file and see its spectrogram with frequency over time. Adjust resolution and color map. Discover hidden sounds.
UD5 Toolkit
Real‑Time Frequency Spectrum & Waveform Visualizer
Supports MP3, WAV, OGG, FLAC, AAC, M4A
An AnalyserNode is a built‑in Web Audio API node that captures real‑time audio data for frequency and time‑domain analysis. It sits in your audio graph and provides two key views: frequency data (via FFT) showing the amplitude of each frequency bin, and time‑domain data showing the raw waveform samples. This powers visualizations, audio meters, and diagnostic tools without altering the audio signal.
FFT size is a trade‑off between frequency resolution and time resolution. A larger FFT (e.g. 4096 or 8192) gives finer frequency detail—great for spotting specific harmonics—but responds more slowly to transients. A smaller FFT (e.g. 256 or 512) updates faster, better for percussive sounds. The default 2048 is a balanced starting point for most use cases.
The X‑axis represents frequency (low bass on the left, high treble on the right, up to half the sample rate—the Nyquist frequency). The Y‑axis shows amplitude in decibels (dB). Taller bars or higher curves mean louder energy at that frequency. A pure tone will show as a single sharp peak; music or noise shows a complex, ever‑changing landscape of peaks and valleys.
The waveform (time domain) shows air pressure over time—the raw shape of the sound wave. It's great for spotting clipping, asymmetrical waves, or silence. The spectrum (frequency domain) decomposes that wave into its constituent frequencies, revealing pitch, timbre, and harmonics. They are two complementary views of the same signal, connected by the Fourier transform.
Microphone access requires HTTPS (or localhost) and explicit user permission. On iOS/Safari, you may need to enable microphone access in Settings. Also check that no other app is using the mic. Click the microphone button and look for the browser permission prompt—you must allow access. If denied, you can reset permissions in your browser's site settings.
The smoothingTimeConstant (0–1) controls how much the frequency data is averaged over time. A value of 0 means no smoothing—the visualization reacts instantly to every change (appearing jittery). A value near 1 applies heavy smoothing, creating a slower, more stable display. The default 0.8 works well for most musical material; lower values are useful for analyzing fast transients.
This tool relies on the browser's native audio decoder, which typically supports MP3, WAV, OGG/Vorbis, FLAC, AAC, M4A, and WebM. Uncompressed WAV files work universally. If a file doesn't play, try converting it to a standard format. Maximum file size depends on browser memory; very large files (over ~200 MB) may be slow to decode.
Yes—the dominant frequency display shows the loudest detected pitch in real time. For tuning, use the microphone or test tone mode. A pure sine wave at 440 Hz should show a dominant frequency very close to 440 Hz. Keep in mind that background noise and harmonics can affect accuracy; for precise tuning, a dedicated tuner is recommended, but this tool provides a solid reference.
Load an audio file and see its spectrogram with frequency over time. Adjust resolution and color map. Discover hidden sounds.
Paste text to see a live letter frequency bar chart. Helps break substitution ciphers. All local analysis.
Play a sweep from 20Hz to 20kHz. Test your speakers and your hearing. Simple and effective. Web Audio API.
Zoom through the electromagnetic spectrum from radio waves to gamma rays. See wavelength, frequency, and applications. Static educational page.
Register a periodic background sync to fetch fresh data even when the tab is closed. Understand the API and limits.
Play a simple monophonic synthesizer with your keyboard. Choose waveform, attack, decay, and filter. For music fun.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
Register a periodic background sync and see the status. Schedule content updates for your PWA. API demo.
Mix white noise, pink noise, rain, thunder, wind, and cafe sounds. Individual volume, save presets. Relax or focus. All client‑side.
Process audio faster than real‑time with OfflineAudioContext. Apply filters and export the result. Dev tool.
Apply lowpass, highpass, and reverb to an audio source. See frequency response. Create your own guitar pedal. All local.
Register a periodic background sync with a minimum interval. See the registration state and tags. Keep content fresh.
Read the ambient atmospheric pressure in hPa using the Pressure Sensor API (if available). Real‑time graph.
Drop an audio file and instantly see its duration in seconds and formatted time. Read metadata without full playback.
Interactive piano showing typical vocal ranges from Bass to Soprano. Highlight your range. For choir members.
Write a pattern and test it against URLs instantly. See which groups match. Learn the modern alternative to regex for routing. Works entirely in the browser.
Enter text and generate the corresponding Morse code audio beeps. Adjust speed and tone. Great for learning and practicing CW. No download.
Mix multiple ambient sounds (rain, fireplace, cafe, forest) at different volumes. Create your perfect background noise. Local loops.
Create experimental glitch noises by toggling virtual circuit bend points. No real electronics harmed. Fun noise toy.
Pomodoro timer with built‑in lo‑fi music playlist (synthetic). Focus and rest cycles. No copyright music; generated tones.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Experiment with the experimental Prompt API and Summarization API right in your browser. See how the on‑device AI model responds. Requires Chrome with AI features enabled.
Route your microphone input through a chain of virtual effects (distortion, reverb, delay) using Web Audio API.
Use the Magnetometer API to build a digital compass. See magnetic field strength and heading in real time.
Play a selection of local lo‑fi tracks (embedded). Simple UI with play/pause. No copyright issues. Stay focused.
Play a collection of retro 8‑bit synth pads and leads using your keyboard. Record sequences and export as WAV. Pure Web Audio API.
Hear a common bird song and choose the correct species from multiple choices. Ear training for birders.
Convert between pace (min/km, min/mile) and speed (km/h, mph). Predict race finish times for 5k, 10k, half and full marathon based on a recent split. Works offline.
Select color bands to decode a resistor's value, tolerance, and temperature coefficient. Essential for anyone working with electronics hardware.
Select functional groups to see an approximate IR absorption spectrum. Learn spectroscopy visually. All local.