With the new osu! release which updated the audio library (BASS) and now using WASAPI instead of DirectSound, the latency workarounds may not be needed anymore and may cause problems. So if you are experiencing issues, try removing the workarounds as:
Reset the audio driver to wine's default (pulse);
Remove the registry values;
Remove or comment out the PULSE_LATENCY_MSEC
variable.
If you are experiencing sound crackling, try setting PULSE_LATENCY_MSEC=40
(or lower if your hardware handle that). Or just use wine-staging
.
Pinned Comments
huupoke12 commented on 2021-06-09 03:04 (UTC) (edited on 2022-03-31 13:24 (UTC) by huupoke12)
@amingirl If you want to use a custom Wine build, you can just prepend the PATH environment variable with the custom Wine's path.
But I have written this script with the idea of not to directly edit
/usr/bin/osu-stable
, but to create your own script if you want to override any of the value.This is my
~/bin/osu-stable
file (/usr/bin/osu-stable
is unmodified, and~/bin
is added to myPATH
)