Tired of boring meetings with small squares on Zoom? We certainly are. In real life — in a group setting — you can have small side conversations with friends or colleagues. In Zoom, on the other hand, you have to separately message or call your friends, absorbing your attention. Shouldn't there be an in-between?
For Spacial Audio Conferencing, we concluded that spacial audio is how sound is meant to be, making any video call more interesting and productive! Our project for LA Hacks 2021 is an adaptive spacial audio communication tool for calls, meetings, conferences, and talking to friends. PROJECT NAME adds spice to video calls, immersing users in the spacial audio world.
With Docker Compose (recommended)
docker-compose up --build
With Docker
docker build . --no-cache --progress=plain -t lahacks2021 &&
docker run -p 8080:8080 --name lahacks2021 lahacks2021
With NPM Node 14
npm install
npm run dev