Software ASIO Setup #3947
Replies: 2 comments 13 replies
|
🤖 AI: Both numbers have an explanation, and they are different explanations. Jamulus folds whatever
So the 120 ms is ordinary arithmetic: 46.6 ms of sound card plus both jitter buffers at maximum is 125 ms before ping. Raising KoordASIO's buffer only makes it worse, which makes roughly 46 ms its floor on that hardware — and exclusive mode buys about 1 ms, not the 5 ms against 20 ms reported in 2021. The 1000 ms is the opposite problem: ASIO4ALL claims 2.667 ms, so nothing in the delay estimate can produce it. That figure is coming from outside the sound-card term — worth checking the reported Overall Delay against what is actually audible, since ASIO4ALL sits on the Windows backend — as does the Steinberg driver — and counts only its own two buffers, never the stack underneath. One practical consequence: KoordASIO advertises a fixed buffer size, so its own setting overrides the Jamulus dropdown entirely. ASIO4ALL advertises 64 upward and honours it, so there the Jamulus capture-buffer setting does apply. (The ASIO4ALL row was measured on a generic USB audio device, not on the Focusrite — corrected in a comment below.) |
|
The real fix is unfortunately not free. But you should try to get a cheap USB mic or interface since windows is finicky. The support cost is probably higher than getting good hardware. Otherwise, you could of course switch to dedicated Linux installs (or USB boot). See: https://jamulus.app/kb/2021/01/05/Jamulus-Sound-Devices.html |
Uh oh!
There was an error while loading. Please reload this page.
I'm helping a group of musicians set up Jamulus. It works flawlessly on Linux via JACK/Pipewire routing and with a dedicated audio interface on Windows (delays of ~20ms), but I've not had success with software ASIO solutions like ASIO4ALL and KoordASIO. With ASIO4ALL, I've been getting delays of 1000ms and with KoordASIO, it's down to about 120ms. Anyone who's familiar with the Windows sound stack, what's going on here?
All reactions