ThreeJS visualizer of mic input or audio files
Go to file
Silas 23cb91da1b
update open graph image and remove console log
2022-03-21 19:42:31 -04:00
.vscode add audio listener that offsets vertices of hand by average volume, add start button that plays the music 2022-03-11 01:02:03 -05:00
dist initial commit 2022-03-10 18:33:20 -05:00
src update open graph image and remove console log 2022-03-21 19:42:31 -04:00
static update open graph image and remove console log 2022-03-21 19:42:31 -04:00
.eslintignore import gltf model, modulate light intensity, add linting 2022-03-10 22:05:46 -05:00
.eslintrc import gltf model, modulate light intensity, add linting 2022-03-10 22:05:46 -05:00
.gitignore initial commit 2022-03-10 18:33:20 -05:00
.prettierrx.js import gltf model, modulate light intensity, add linting 2022-03-10 22:05:46 -05:00
.tool-versions initial commit 2022-03-10 18:33:20 -05:00
LICENSE add MIT license 2022-03-10 18:35:56 -05:00
README.md moar refactoring, fix some minor bugs with loading, update readme 2022-03-18 17:34:01 -04:00
index.html update open graph image and remove console log 2022-03-21 19:42:31 -04:00
package-lock.json add poem with background song, style things, parse and display subtitles, add stars and orbiting light, add camera movement 2022-03-15 01:08:10 -04:00
package.json add poem with background song, style things, parse and display subtitles, add stars and orbiting light, add camera movement 2022-03-15 01:08:10 -04:00

README.md

ThreeJS Audio Visualizer

A virtual spoken word exhibit. Objects animate along to the frequencies of the background music while a hand model distorts to the volume of the spoken word.

Development

To get started, you simply need to run the following commands:

npm install && npm run dev

Then you can access localhost:8000. There's no hot code reloading, so you'll need to refresh after any code changes.

Deploy

Run npm run build then serve index.html, dist, and static.