forked from plscott/sam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
9 lines (5 loc) · 630 Bytes
/
README
File metadata and controls
9 lines (5 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
"Synchronized Audio Manipulation"
Project originally developed for the Introduction to Software Engineering (cs32) course at Brown University.
This project is a web application designed for synchronizing audio output of clients and enabling the manipulation of sound behavior using focal point analysis. The back end is written in Java, and the front end is mainly Javascript.
The WebRTC API has been used to allow for synchronization of audio and the SocketIO API is used for simple communication between the back end and front end.
This project is developed and maintained with Elias Ellison, Young-Rae Kim and Vanya Cohen.