This project is a simple web-based audio visualizer that generates dynamic visuals based on the frequency spectrum of an audio file. It visualizes audio from a YouTube URL input with customizable settings for particles, sides, and colors.
Here is a screenshot of the application (without sound):
- Node.js installed on your system.
-
Clone the repository:
git clone https://github.com/hlbotterman/audio_visualizer.git cd audio_visualizer
-
Install dependencies:
npm install
After installing the dependencies, you can start the application with the following command:
npm start