Install WirePlumber as the session manager:

I’ve noticed Kevin has got everything needed from the Repo’s.
I was asked to show my method awhile back: Pipewire integration / Ask for help with sound issues - #9 by niki
Now It’s even easier:

sudo apt install pipewire-media-session- wireplumber

Start WirePlumber for your user:

systemctl --user --now enable wireplumber.service

sudo apt install pipewire-alsa

Install the codecs and remove Bluetooth from PulseAudio, so it would be handled directly by PipeWire:

sudo apt install libldacbt-{abr,enc}2 libspa-0.2-bluetooth pulseaudio-module-bluetooth-

Reboot and check if it works by running:

LANG=C pactl info | grep ‘^Server Name’
Server Name: PulseAudio (on PipeWire 0.3.65)

Good Luck

Hello @1fallen,

It’s so kind ! Thank you for your sharing.

I got to try it !

I’ll talk with Kevin to add this topic to the documentation !