Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 678 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 678 Bytes

Lightning

A Three.js Web Audio API experiment.

Lightning visualizes audio data in 3D. It splits channels and measures audio frequencies to determine the speed and strength of its visualization.

Ultimately it reached a terminal point due to limitations of the native web audio API. That's OK; it's still fun and cool.

screenshot of demo where wireframe reacts to sound

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build