-
Hi all, I've attempted what I could to decrease latency for my system and for osu!lazer specifically, I followed this guide: https://www.reddit.com/r/linux_gaming/comments/1gao420/low_latency_guide_for_linux_using_pipewire/ After setting everything up, it seems osu!lazer (alsa) is still limited to a quantum of 441, whereas my min and max are 64 and 128 respectively. How could I get osu! to respect my max quantum and therefore lower my audio latency further? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Lazer currently has a hardcoded period size ("quantum") of 10ms at a 44100Hz output sample rate. You can force the period/buffer lower with environment variables when running lazer:
This question has already been asked before, but it seems the original thread got taken down for some reason. |
Beta Was this translation helpful? Give feedback.
Lazer currently has a hardcoded period size ("quantum") of 10ms at a 44100Hz output sample rate. You can force the period/buffer lower with environment variables when running lazer:
This question has already been asked before, but it seems the original thread got taken down for some reason.