The situation
This a question not an issue. I have tow computers one is Debian(client) the other one is Arch(server).
The arch machine is connected to the sound system and the other machine plays audio via pipewire-pulse remotely in the same local network. If i open for example pulseaudio or pulsemixer i can control audio devices (on the server) from both machines. This is very nice.
How i do that ?
I load this on startup Server side. pactl load-module module-native-protocol-tcp auth-anonymous=true &
I also have this line export PULSE_SERVER='tcp:192.168.1.10:4713' on my $HOME/.profile client side.
The problem
I want to use the same way other stuff like qpwgraph and easyeffetcts. But this programs see only the local audio devices not the servers audio devices i thing because they are not pulseaudio native but pipewire native. Is there a solution for this? Is this possible ?
The situation
This a question not an issue. I have tow computers one is Debian(client) the other one is Arch(server).
The arch machine is connected to the sound system and the other machine plays audio via pipewire-pulse remotely in the same local network. If i open for example pulseaudio or pulsemixer i can control audio devices (on the server) from both machines. This is very nice.
How i do that ?
I load this on startup Server side.
pactl load-module module-native-protocol-tcp auth-anonymous=true &I also have this line
export PULSE_SERVER='tcp:192.168.1.10:4713'on my$HOME/.profileclient side.The problem
I want to use the same way other stuff like qpwgraph and easyeffetcts. But this programs see only the local audio devices not the servers audio devices i thing because they are not pulseaudio native but pipewire native. Is there a solution for this? Is this possible ?