Peer2Gether icon indicating copy to clipboard operation
Peer2Gether copied to clipboard

Handle play and pause

Open Breigner01 opened this issue 4 years ago • 0 comments

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.

Breigner01 avatar Sep 12 '21 12:09 Breigner01