Luis Cuenca
- Edit this example's code
examples/web/player/index.html
and add your JWTHIFI_AUDIO_JWT
- Set up a simple HTTP server on the root directory. I.e. Using python:
python3 -m http.server 8080
- Visit the example in your browser:
http://localhost:8080/examples/web/player/index.html
- Click the connect button. The Player Node should connect.
- The Player node (you) should be situated on the center of the canvas.
- Received nodes should be rendered on the canvas.
- A grid should be renderer with colored square that indicate where others are.
- Select any Player with a mouse click to display their name.
- Use the WASD or arrow keys to control the player.
- Talk to others, and experience spatialized audio.