Created on 19th February 2024
•
Myusik is an interactive music streaming application designed to minimize distractions by allowing users to control their music without pressing any buttons.
Our main goal while designing this was to minimize the time spent by the user clicking button after button to play the songs they like.
Users of Myusik can do everything that other music players allow you to do, such as
We could not find any free music streaming api, spotify was the only one that worked, all other api’s did not support playback.
Request limits for the api forced us to create a temporary storage for any api requests.
Deployment is not possible as we use WebSockets to transmit webcam data, and no free hosting sites provide support for web sockets.