Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.42 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.42 KB

Spacial Audio Conferencing

LA Hacks 2021

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.

Deploy

Run on Google Cloud

Run Instructions

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

Overall Structure

LA Hacks