Live Sound Frequency Detector - Online Audio Analyzer
Use your microphone to detect the dominant frequency of ambient sounds. Visualize the spectrum. Local Web Audio.
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.
Use your microphone to detect the dominant frequency of ambient sounds. Visualize the spectrum. Local Web Audio.
Load an audio file and see its spectrogram with frequency over time. Adjust resolution and color map. Discover hidden sounds.
Zoom through the electromagnetic spectrum from radio waves to gamma rays. See wavelength, frequency, and applications. Static educational page.
Measure the integrated loudness of an audio file in LUFS and RMS. Check if your music meets streaming platform standards. Client‑side.
Play a simple monophonic synthesizer with your keyboard. Choose waveform, attack, decay, and filter. For music fun.
See how changing your newsletter from weekly to daily (or vice versa) may affect open rates and unsubscribes based on industry benchmarks.
Play pure sine, square, sawtooth, or triangle waves at a precise frequency. Can sweep between two frequencies for testing speakers or hearing.
Select a piano key to see its frequency in Hz and MIDI note number. Great for tuning, synthesis, or music theory exploration with interactive keyboard.
Check the standard voltage and frequency for any country. Ensure your hair dryer, charger, or appliance is compatible before you plug it in abroad.
Create vertical or horizontal bar charts from your data. Enter categories and values to generate a clean, customizable chart ready for presentation use.
Turn a list of numbers into a histogram. Choose the number of bins or let the tool auto-calculate using Sturges' rule. Visualize your data distribution instantly.
Convert between frequency and wavelength for electromagnetic and sound waves. Use the speed of light or custom wave speed to get precise results instantly.
Compare how different compounding frequencies (daily, monthly, quarterly, annually) affect the final amount of your investment or loan. Visualize the power of compound interest.
Convert a frequency ratio (e.g., 3/2) to cents and vice versa. Explore just intonation and microtones.
Enter drum diameter, depth, and material to find the shell's approximate fundamental note. For tuning reference.
Play a sine wave tone adjustable from 5kHz to 22kHz. Test your hearing and your dog's attention.
Play a frequency sweep from 20Hz to 20kHz. See where your hearing cuts off. Headphones needed.
Play pure tones at various frequencies to estimate your hearing range. Simple and educational.
Calculate antenna element lengths for a given frequency (or vice versa). Supports 1/4 wave, 1/2 wave, dipole. Useful for ham radio. Local only.
Analyze letter/symbol frequency with an interactive bar chart and heatmap. Useful for breaking simple ciphers, linguistics, and SEO keyword analysis. Local processing.
Process audio faster than real‑time with OfflineAudioContext. Apply filters and export the result. Dev tool.
Rotate and explore the RGB color space as a 3D cube. Pick colors directly from the volume. Interactive Three.js.
Upload an image and see its 2D FFT magnitude and phase. Learn how image filtering works. Educatinal tool. Canvas.
Apply lowpass, highpass, and reverb to an audio source. See frequency response. Create your own guitar pedal. All local.
Connect oscillators, gain nodes, and filters with a visual graph. Hear the result in real time. Learn Web Audio interactively.
See a live bar chart of character frequencies as you type or paste text. Great for cipher cracking and linguistics.
Paste text to see a live letter frequency bar chart. Helps break substitution ciphers. All local analysis.
Route your microphone input through a chain of virtual effects (distortion, reverb, delay) using Web Audio API.
Enter a MIDI note number (0–127) or a musical note name and get the exact frequency in Hz. Piano keyboard picker.
Generate pure audio tones of specific frequencies (Hz). Adjust waveform type (sine, square, sawtooth). Ideal for audio testing and science experiments.