Simple Wireplumber GUI is a free and open source PipeWire application for Linux. Using this application, you can rename and see the properties of your audio devices in your pipewire audio server and wireplumber session and policy manager. It is written in Python and released under GNU General Public License v3.0
How to Install Simple Wireplumber GUI on Ubuntu
Simple Wireplumber GUI is available as a flatpak package file from the remote flathub. First you need to install flatpak and flathub on your system. If you already have then skip the installation steps.
Run below commands in the terminal app and restart your system after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Restart your system after the installation and run below Simple Wireplumber GUI flatpak install command.
flatpak install flathub io.github.dyegoaurelio.simple-wireplumber-gui
You can open it using below command.
flatpak run io.github.dyegoaurelio.simple-wireplumber-gui
And uninstall it using below commands.
flatpak uninstall io.github.dyegoaurelio.simple-wireplumber-gui
[OR]
sudo flatpak uninstall io.github.dyegoaurelio.simple-wireplumber-gui