Sound Latency #175
sneakers-the-rat
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Going to make this a sort of catchall thread for sound latency.
Just discovered that
Queue.get()was way more expensive than I thought it was. Just swapped out an iterativeget()in the jack server to putting all the sound chunks in at once and then iterating them locally with a deque and we went from this, with a bunch of stray long latencies:To this reasonably tight cluster:
n=521 each
Beta Was this translation helpful? Give feedback.
All reactions