All Projects → omgimanerd → audio-spatializer

omgimanerd / audio-spatializer

Licence: Apache-2.0 license
Spatializing audio in 3D for immersive music experiences.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Audio Spatializer

Submission for BrickHack 4. This project takes a YouTube video and runs some processing and analysis on it to "visualize" the audio in 3D space. The algorithm powering this will analyze factors such as beat patterns and move the sound source around you in 3D space using Google's Resonance Audio API, creating an immersive audio experience. In order to properly enjoy this, you must have stereo headphones/earphones.

Setup

The only thing required to replicate this project is node.js >= 6.0.0

git clone https://github.com/omgimanerd/audio-spatializer
cd audio-spatializer
npm install    # or yarn install
node server.js

Then visit http://localhost:5000

Authors

  • Alvin Lin (omgimanerd)
  • Andrew Searns (Searnsy)

License

Apache 2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].