Some osu and pipewire audio tweaks
owie my old hardware
This commit is contained in:
parent
ee28bc8daa
commit
3d89a17ffe
2 changed files with 3 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
let
|
||||
int = {
|
||||
quantum = {
|
||||
min = 128;
|
||||
def = 512;
|
||||
min = 512;
|
||||
def = 1024;
|
||||
max = 2048;
|
||||
};
|
||||
rate = 48000;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ cd ~/Games/osu
|
|||
|
||||
export DRI_PRIME=1
|
||||
export vblank_mode=0
|
||||
export STAGING_AUDIO_DURATION=200000
|
||||
export STAGING_AUDIO_DURATION=400000
|
||||
|
||||
wine ~/.local/bin/ipc-bridge.exe &
|
||||
wine osu\!.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue