Skip to content

dump-hr/dump-nights-music-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors