A web application that creates beautiful spectrum visualizations from audio files.
- Upload audio files (WAV, MP3, M4A)
- Generate spectrum visualization videos
- Real-time processing
- Modern, responsive interface
- Python 3.11+
- Flask
- Librosa
- Matplotlib
- NumPy
- JavaScript
- Clone repository
- Install requirements:
pip install -r requirements.txt
- Run server:
python app.py
- Visit the website
- Upload audio file
- Wait for processing
- Download visualization
MIT License