kholbrook1303 / RPI5-Bookworm-ProjectM-Audio-Receiver

GNU General Public License v3.0
6 stars 0 forks source link

Latest desktop RPI OS now has PulseAudio over PipeWire. Issues with Bluetooth #26

Closed kholbrook1303 closed 5 months ago

kholbrook1303 commented 5 months ago

Inconsistencies and very poor audio through onboard BT card in latest Bookworm image offered through RPI Imager.

I have tried dropping PipeWire but the options are limited as there are dependencies from the GUI. So far running the below reverts to PA as seen in 'pactl info' however the issue persists.

systemctl --user mask pipewire-pulse.service pipewire-pulse.socket

kholbrook1303 commented 5 months ago

Ok, do not disable pipewire as it breaks pulseaudio! if masked ensure you unmask or loopback modules do not work!

systemctl --user unmask pipewire-pulse.service pipewire-pulse.socket

kholbrook1303 commented 5 months ago

29 Linked for PipeWire support

kholbrook1303 commented 5 months ago

Closing as issues with BT are chip related.