mii_emu
mii_emu copied to clipboard
Documentation: Running on WSL
I was able to run MII under WSL (Debian) with just a few extra steps. Perhaps the below can be added to the "How to I compile it and run it?" section of the project readme:
-
sudo apt install libasound2-plugins
-
nano ~/.asoundrc
, and add these two lines:
pcm.default pulse
ctl.default pulse
- Restart WSL