Josebaseba / 3d-audio-demo

Quick test to check the status of 3d audio on the browsers playing with your head position

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D AUDIO DEMO

Live demo: https://audio.josebaseba.com

Just download the repository and exec the following:

  npm install
  node index.js

Then go to http://localhost:3030 and have fun.

The idea came from this video -> https://www.youtube.com/watch?v=e6Ekz7ZDV-w

Thanks to https://howlerjs.com/ and to https://github.com/MontrealAI/posenet-v3.

This is a Pure Javascript implementation of PoseNet. Thank you TensorFlow.js for your flexible and intuitive APIs.

Refer to this blog post for a high-level description of PoseNet running on Tensorflow.js.

About

Quick test to check the status of 3d audio on the browsers playing with your head position


Languages

Language:JavaScript 98.7%Language:HTML 1.3%