Skip to content

Instantly share code, notes, and snippets.

@improvised-explosive-device
improvised-explosive-device / gist:637fd27208826d966991afc0c6641c4f
Last active February 11, 2021 23:57
good audio for DAWs in Wine, hella latency (n -32) because laptop
### installation
yay -S wineasio
sudo pacman -S jack pulseaudio-jack realtime-privileges
sudo usermod -a -G realtime $USER
### launch jack
killall -KILL jackd;jackd -R -t 20000 -d alsa -P hw:1,0 -r 44100 -n2 -D -n 32