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? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
this is work!
|
Beta Was this translation helpful? Give feedback.
-
Using group call row with working via bytes required more programming skills that group call file. So it is for more advanced programmers |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
These two classes take into account the buffer size and the _input that should be closed on exit
|
Beta Was this translation helpful? Give feedback.
Yes. There are 2 hints that the audio playback has ended:
on_played_data
doesn't return any bytes (eg. data is None).Checking these two will gives you the feedback if the stream has ended or not.