Spaces:
Running
Running
File size: 879 Bytes
738ce00 70587c4 738ce00 70587c4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
title: VoiceAnalyzer
emoji: π¦
colorFrom: pink
colorTo: indigo
sdk: static
pinned: false
license: mit
short_description: "Real Time Vocal Analyzer"
---
# π΅ Real-Time Audio Visualizer
A sleek and interactive **real-time microphone audio visualizer** built with **React and Web Audio API**. Captures live microphone input, analyzes sound waves, and dynamically visualizes them with an aesthetic UI. π
## π Features
- π€ **Microphone Access** β Captures real-time audio.
- π **Waveform Visualization** β Smooth, animated sound wave display.
- π¨ **Stylish UI** β Neon-inspired dark mode interface.
- β‘ **Fast & Lightweight** β Uses Web Audio API for real-time processing.
## π¦ Installation
Clone the repository and install dependencies:
```sh
git clone https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME
cd YOUR_SPACE_NAME
npm install |