Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle play and pause #8

Open
Breigner01 opened this issue Sep 12, 2021 · 0 comments
Open

Handle play and pause #8

Breigner01 opened this issue Sep 12, 2021 · 0 comments

Comments

@Breigner01
Copy link
Member

Handle the fact that that every phone in the room can play pause or skip the music. It will need to implement a communication protocol between phones in order to send the commands.
For example, using 3 bits to send values between 0 and 7 (8 values) which will include play, pause, stop, next, previous.
As it is supposed to replicate watch2gether with music, the previous isn't necessary which would reduce the number of instructions and therefore the number of bits used for a command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant