Spaces:
Running
Running
| 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 |