I want to play audio from a specific application into my microphone. However I have found no information on how to do so.
I haven’t really done much in the way of complex audio setups in some time, but I know there is a GUI for a pipewire
graph called qpwgraph
available in the Extra repo:
pacman -S qpwgraph
You can also do try without a GUI program by using commands like pactl
Virtual devices · Wiki · PipeWire / pipewire · GitLab
I also came across this website with an example of doing virtual sinks using pactl
Pipewire Virtual Microphone
Edit: looking around about more, carla
KXStudio : Applications : Carla would be an alternative to using qpwgraph
. carla
is also in the Extra repo.
pacman -S carla
5 Likes
thank you that’s exactly what I was looking for!
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.