a-frame-audio-visualizer

Audio VR-Visualization using the Web Audio API and A-Frame

MIT License

Stars
0

Prototypical A-Frame Audio Visualizer

Introduction

This repository covers an A-Frame based prototype to show how the Web Audio API can manipulate the size of 3D objects. (part of my very first talk in 2018 @https://www.creativityruleshallein.com/)

Installation

Clone this repository and navigate to the root directory. Open terminal and run npm install

Scripts

Navigate to the root directory of this project. Local Development: Open terminal in the root directory and run npm run start:dev Build: Run npm run start:build and navigate to the dist folder created in /app

Tips

WINDOWS: Inspect a 3D scene hit <ctrl> + <alt> + <i> in the browser.

Author

Patrick Obermueller Follow me on Twitter

License

This project is licensed under the MIT License - see the LICENSE.md file for details