Skip to content

BSoDium/spectrum-visualizer-demo

Repository files navigation

Spectrum visualizer demo

A demo application for a custom spectrum sound visualization component.

alt text alt text

Overview

This application provides real-time audio visualization from microphone input with customizable color schemes and a responsive design.

Getting Started

  1. Prerequisites: Ensure you have Node.js and npm or yarn installed.
  2. Installation:
    git clone https://github.com/your-username/spectrum-demo.git
    cd spectrum-demo
    npm install
    # or
    yarn install
  3. Running the Application: Start the development server with:
    npm start
    # or
    yarn start
    Open http://localhost:3000 to view it in the browser.
  4. Building for Production: Create a production build with:
    npm run build
    # or
    yarn build

Relevant Files

This project was designed with simplicity in mind, so the codebase is relatively small and easy to understand.

License

This project is licensed under the MIT License.