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
We need to have some form of continuous sampling. Due to how humans perceive sound, any break in this sampling will result in noticeable stuttering and popping.
Thoughts:
Circular queue. We need some mechanism to coordinate the exact offset or there could be floating point drift.
Buffer a few frames behind. Humans can tolerate ~150ms of lag without perception, and having this lag period allows for the core to 'catch up' against any waggle caused by core and browser not perfectly synchronized.
The text was updated successfully, but these errors were encountered:
We need to have some form of continuous sampling. Due to how humans perceive sound, any break in this sampling will result in noticeable stuttering and popping.
Thoughts:
The text was updated successfully, but these errors were encountered: