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
Mutex lock pattern between audio callback thread and main thread should be examined. Perhaps rendering should be done all at once in audio callback thread then data be sent for display to main thread.
Mutex lock pattern between audio callback thread and main thread should be examined. Perhaps rendering should be done all at once in audio callback thread then data be sent for display to main thread.