>>109610162
I'm using Fedora GNOME 43 Workstation and I finally got my Bluetooth device to work but every 16 seconds or so the audio skips, the sound just cuts out for an instant and keeps going. I've tried using bluetoothctl to turn scanning off and the only thing it says is
Failed to stop discovery: org.bluez.Error.Failed
I tried changing buffer sizes for pipewire and for pulseaudio in /etc/pulse/daemon.conf:
/etc/pulse/daemon.conf:
default-sample-rate = 48000
alternate-sample-rate = 44100
default-fragment-size-msec = 25
default-fragments = 8
~/.config/pipewire/pipewire.conf: (the rest is the same as /usr/share/pipewire/pipewire.conf)
context.properties = {
link.max-buffers = 64
}
stream.properties = {
node.quantum = 2048
node.latency = 2048/48000
}
Anyone else have this issue or fix it?