Ayush-projects / chords

This repository contains all the necessary files for the development and deployment of the browser extension "Chords" which streams music according to the mood of the user.
MIT License
14 stars 38 forks source link

[GSSoC'21] Streaming audio with a clean UI for music-player #23

Open nikhil-Vaibhav opened 3 years ago

nikhil-Vaibhav commented 3 years ago

I am a GSSoC participant. It is being built from scratch so I would love to work on the feature of streaming audio through HTTP along with building a simple and beautiful UI for the music player.

This section is the most interesting and more than one people can contribute to it.

Ayush-projects commented 3 years ago

Hey, I have added an audio stream basic test function in the backend folder, if you wish to add some features, create an issue. I will add labels and assign them to you. What do you think about streaming with web socket protocol instead of http?

nikhil-Vaibhav commented 3 years ago

Streaming with web socket is fast but it is most useful when we want to have real time updates in applications. It is 2-way communication with server. For most of the cases http works fine.but I will be diving deep inside how and what will be most effective.