# GNU Radio in WSLg ## Play Audio From PulseAudio https://github.com/microsoft/wslg/issues/864 ```bash= sudo apt install libasound2-plugins ``` > and enable it manually by editing ~/.asoundrc ```bash= pcm.default pulse ctl.default pulse ``` > Finally, restart the WSL system. (in Windows Power Shell) ```powershell= wsl --shutdown ``` ## Play Test Audio File https://github.com/potto216/tds-tutorials/tree/master Open *tds_generate_chirp.grc* in this git respostity ```bash= gnuradio-companion ```