I’ve successfully created a piston to play a track on my Samsung Wi-Fi speaker. But then what I wanted to do is speak text immediately following.
What I’ve noticed though is that the speak text will start before said track has finished playing ( obviously because web core does not know how long the track is; and tasks are executed from top down) I created a wait command which is approximately the length of the track so that it sounds smooth. Does anybody know a better way to do this? @ady624