Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ekaansharora/web-spatialaudio
- Owner: EkaanshArora
- Created: 2022-06-06T20:17:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T11:17:29.000Z (over 2 years ago)
- Last Synced: 2024-10-28T02:31:48.067Z (3 months ago)
- Topics: canvas2d, conference, spatial-audio, voice-call
- Language: TypeScript
- Homepage: https://ekaansharora.github.io/Web-SpatialAudio/
- Size: 472 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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.