Audio Analyzer
Turn your browser into a local audio field instrument. Grant microphone access and inspect waveform, spectrum bars, RMS, peak level, dBFS and rough zero-crossing frequency. Audio is not recorded or uploaded.
Browser-local microphone, demo signal, or audio file analysis. No audio is uploaded.
Checking audio input devices...
RMS tracks average level, peak catches clipping risk, dBFS is a digital level estimate, and Zero-cross est. is a rough frequency hint. Live mic/demo mode uses Web Audio FFT bins for the spectrum view; file mode shows a downsampled amplitude profile rather than a true offline FFT. Treat this as a debugging instrument, not a calibrated acoustics meter.
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
Suggested next moves
Fixed native slots for developer products. No third-party tracking, no popups, no layout shift.
How to use
- 01Click Start mic and allow microphone access.
- 02Watch waveform, frequency spectrum and level metrics update live.
- 03Use Stop to release the microphone when finished.
FAQ
- Is audio uploaded or recorded?
- No. The Web Audio API analyzes the microphone stream inside your browser. The tool does not record, save or upload audio.
- Is this a calibrated sound meter?
- No. RMS, peak, dBFS and rough pitch are useful debugging signals, but not calibrated acoustic measurements.
Related tools
- /media→EXIF Inspector & CleanerInspect hidden JPEG metadata, flag GPS privacy risks and export a cleaned local copy.
- /media→SVG StudioPreview, sanitize, minify and convert SVG assets into Data URI or JSX snippets.
- /media→Image OptimizerCompress and resize images locally with Canvas and native browser encoders.
- /media→Responsive Image BuilderGenerate srcset, sizes and picture markup from an image delivery plan.