Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekaansharora/web-spatialaudio

A spatial audio demo using Agora Web SDK
https://github.com/ekaansharora/web-spatialaudio

canvas2d conference spatial-audio voice-call

Last synced: about 1 month ago
JSON representation

A spatial audio demo using Agora Web SDK

Awesome Lists containing this project

README

        

# Agora Spatial Audio Demo

Move around in a 2D plane to experience spatial audio from other users, the SDK selectively subscribes to other remote users based on distance.

If you enter the ring encircling the square, you subscribe to the user's audio.

## How to use

- Enter your Agora App ID (and token) in `./src/main.ts`.
- Install the project dependencies by executing `npm install`
- Execute `npm run dev` to start the web server
- Navigate to `localhost:3000` in your browser and click the start button
- You can open the project in a new tab to simulate multiple users.