You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm struggling to make a simple app that plays several tracks that should play in sync, at start everything works fine, but I have a feature to change playback rate and there is were things get out-of-sync between tracks. I've tried using the on_seek_complete callback to try to wait until all the widgets are in the same position with no luck.
What is the best way to ensure tracks keep on sync? or is it something not really possible
Hi I'm struggling to make a simple app that plays several tracks that should play in sync, at start everything works fine, but I have a feature to change playback rate and there is were things get out-of-sync between tracks. I've tried using the on_seek_complete callback to try to wait until all the widgets are in the same position with no luck.
What is the best way to ensure tracks keep on sync? or is it something not really possible
thanks!