I recently used the player component and had a problem that I didn't know how to solve.
I have a Button, when I press it it executes many commands. I put the "Call Player. Start" block at the bottom, I don't mind if it plays music after a few seconds but it causes the app to freeze for a while, the above commands don't execute until it plays get music. Is there any way to make it run smoothly?
I think the main possibility is because I get the music from outside (save the audio file on another hosting website) and the longer the music, the longer the lag time.
If you take music from outside and take more than 10 seconds, is there any way to wait for the sound to play while still performing other operations? I just don't want the screen to freeze, it's very annoying.
Thank you for your help.