Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
| ; /usr/share/pulseaudio/alsa-mixer/profile-sets/astro-a50-gen4.conf | |
| [General] | |
| auto-profiles = yes | |
| [Mapping analog-voice] | |
| description = Voice | |
| device-strings = hw:%f,0,0 | |
| channel-map = left,right | |
| paths-output = steelseries-arctis-output-chat-common |
Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
| # pulseaudio defaults to only detecting Astro A50 voice and microphone, not game | |
| # this is what i had to do to fix it, hopefully it saves someone some time | |
| # index:subdevice may be different for you | |
| # resources: | |
| # https://wiki.archlinux.org/index.php/PulseAudio/Examples at "module-alsa-sink" | |
| # https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/#index6h3 | |
| .nofail | |
| load-module module-alsa-sink device=hw:3,0 sink_name=voice |