Could pulseaudio be replaced with pipewire?
#4
You don't have to remove pulseaudio from your system, you just have to disable pulseaudio, and enable pipewire-pulse. pipewire should already be installed on mobian because xdg-desktop-portal depends on it. You may need to install spa module to use bluetooth audio.

Here is my setup:
Code:
sudo cp /usr/share/doc/pipewire/examples/systemd/user/pipewire-pulse.{service,socket} /usr/lib/systemd/user/
sudo touch /etc/pipewire/media-session.d/with-pulseaudio
sudo apt install pipewire-audio-client-libraries libspa-0.2-bluetooth

systemctl --user daemon-reload
systemctl --user mask pulseaudio.service
systemctl --user enable pipewire-pulse.service pipewire-pulse.socket

sudo systemctl reboot

I tested my setup on mobian unstable and it kind of worked. Bluetooth headphone with A2DP worked. feedbackd becomes crazy (random vibration and ringing. Lots of error log.)
HSP/HFP and aptx does not work with my headset probably because the package in debian is too old.

Debian specific manual is installed at /usr/share/doc/pipewire-audio-client-libraries/README.Debian
  Reply


Messages In This Thread
RE: Could pulseaudio be replaced with pipewire? - by awaittrot - 05-26-2021, 11:52 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Bug PulseAudio: connection terminated/daemon killed Zombie Feynman 0 1,274 08-24-2021, 09:48 AM
Last Post: Zombie Feynman
  Modem scripts replaced by eg25-manager by apt-get dist-upgrade Zebulon Walton 2 3,018 12-21-2020, 06:12 PM
Last Post: Zebulon Walton

Forum Jump:


Users browsing this thread: 1 Guest(s)