Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.03 KB

File metadata and controls

36 lines (23 loc) · 1.03 KB

dump-nights-music-visualizer

A small browser-based audio visualizer built with TypeScript, Vite and the Web Audio API.

Quick Start

  • Install:

    npm install
  • Run (development):

    npm run dev

    Open your browser at http://localhost:5173 (Vite default).

What it is

This project captures audio (microphone or audio element) and renders a live visual representation using a small AudioEngine and Visualizer implementation. It's intentionally lightweight and focused on experimenting with audio-reactive visuals.

Project Structure

Development notes

  • The audio processing lives in AudioEngine and exposes analysis data consumed by Visualizer.
  • Use the browser console to debug audio device selection or to inspect analyzer data.