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
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Currently, samples are lazily loaded when they are first needed. for most samples, this leads to unwanted silence, because the loading takes longer than the 100ms latency.
It would be pretty useful if there was a separate query loop that preloads the samples with a higher latency, say x seconds.
To ensure there is always at least a buffer of x seconds between preloading and playback, the initial play action would then need to query the first x*2 seconds. Then, after x seconds, the next x seconds are loaded and so on.