Loading Pulse Audio Modules #1141
Unanswered
polyfilled
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I developed a solution for audio quality assessment in e2e automation environments which heavily relies on loading certain Pulse Audio modules for creating Virtual Audio Speakers and Cables.
In a standard Linux environment I would do the following:
Now a process could be lunched the following way to use these virtual audio devices:
At my workplace, everyone has to standard Windows/WSL setup and whilst the following works fine in bare linux, this is not the case here. I installed pulseaudio-utils and loaded the modules in WSL as described in the snippet above. The sinks and sources will be present upon running
pactl list sources
andpactl list sinks
, but after 2 minutes they vanish. Tried with all debian, ubuntu, openSUSE distros. Is there a way to properly load those in wslg pulse audio?Beta Was this translation helpful? Give feedback.
All reactions