how to group_call_raw change music? #132
|
I saw this new example and it felt great! I would like to ask how to switch a new music? |
Answered by
nitanmarcel
Aug 18, 2021
Replies: 4 comments 11 replies
|
this is work! |
0 replies
|
Using group call row with working via bytes required more programming skills that group call file. So it is for more advanced programmers |
1 reply
|
Yes. There are 2 hints that the audio playback has ended:
Checking these two will gives you the feedback if the stream has ended or not. |
7 replies
Answer selected by
hdcola
|
These two classes take into account the buffer size and the _input that should be closed on exit |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. There are 2 hints that the audio playback has ended:
on_played_datadoesn't return any bytes (eg. data is None).Checking these two will gives you the feedback if the stream has ended or not.