feat: add FFT Audio Analyzer tool for microphone visualization

This commit is contained in:
2026-03-04 17:07:42 +00:00
parent 65089fb6d2
commit d7032338a5
4 changed files with 441 additions and 0 deletions

View File

@@ -47,6 +47,13 @@ Generate precise audio frequencies directly in the browser.
- **Presets:** Quick access to common frequencies like 440 Hz (A4) and 528 Hz.
- **Safe:** Smooth volume ramping to protect against audio clicking.
### 🎙️ FFT Audio Analyzer
Visualize audio signals from your microphone in real-time.
- **Local Processing:** Utilizes the Web Audio API to process sound locally; no audio leaves your device.
- **Adjustable Resolution:** Modify the FFT size (Fast Fourier Transform resolution) for higher fidelity or speed.
- **Smoothing Controls:** Adjust the temporal smoothing parameter for fluid visualizations.
- **Live Canvas Rendering:** Silky smooth 60fps frame rate via requestAnimationFrame.
---
## Chrome Extension 🧩