Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flex Asio not working with Focusrite 4i4 4th Gen (buffer and latency issues) #210

Closed
PeGeve opened this issue Jan 19, 2024 · 1 comment
Closed

Comments

@PeGeve
Copy link

PeGeve commented Jan 19, 2024

So ive recently got a focusrite 4i4 gen 4 using windows 11 and I'm trying to use flex asio but it doesn't go low to 16 buffer size even though interface setting is on 16 buffer size. here's a screen shot
zn5066dajubc1

@dechamps
Copy link
Owner

I doubt a buffer size of 1 ms is ever going to work, regardless of driver or anything else. IMHO Windows thread scheduling is unlikely to be able to consistently hit 1 ms deadlines, unless you have an extremely fine-tuned system and know precisely what you're doing.

For information on how to optimize FlexASIO for latency, see this FAQ. Most notably, buffer sizes this low are pointless unless you change the backend to WASAPI Exclusive or WDM-KS, as the ASIO buffering period will be dwarfed by the Windows audio engine buffering period otherwise.

@dechamps dechamps closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants