1.1 KiB
1.1 KiB
GUI
X11 for Windows
- download and install vcxsrc
- double click on XLaunch to launch vcxsrc for Windows
- put following setting to
~/.profile.fish
set -gx DISPLAY (winip):0.0
# window size scaling factor
set -gx GDK_SCALE 0.5
# dpi scaling factor
set -gx GDK_DPI_SCALE 2
PulseAudio for Windows
Windows Part
- download and extract pluseaudio to your preferred location
- append following line to
etc/default.pa
:
load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;172.16.0.0/12
- append following line to
etc/daemon.conf
:
exit-idle-time = -1
- run
bin/pulseaudio.exe
oncmd/powershell
to start up pulaudio-server for testing - using
nssm
nssm to makepulseaudio
run as system service
WSL Part
- install package
sudo apt install libpulse0
- setup environment variables on
~/.profile.fish
:
set -gx PULSE_SERVER tcp:(winip)
- play sound using
ffplay
to test