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
I have an AudioPlayer and I need to pull the current song time very rapidly however .position() only updates ~60 times per second and I need it to be updated at least 300 times per second. It can work if I lower the sample rate to 128/256 or so but that brings in a quantity of other issues