~kris/dots

srice

ref: 178c9a25a484ead715392d50e21d03df486b8b41 srice/doc/audiofile-tools-reference.md -rw-r--r-- 3.0 KiB
178c9a25 — Kris Yotam conky: sync proper config from moirai (was the greenred variant) 2 months ago

#Audiophile Tools Reference

#AirPods on Linux

#PipeWire / Audio Switching

#MPD Ecosystem

#Beets

#CamillaDSP (Room Correction / EQ)

#Bluetooth

#Audio Conversion

#Vinyl

#PipeWire Configs

# HD Bluetooth codecs: ~/.config/wireplumber/bluetooth.lua.d/50-hd-codecs.lua
bluez_monitor.properties = {
  ["bluez5.enable-sbc-xq"] = true,
  ["bluez5.codecs"] = "[ ldac aac aptx aptx_hd sbc_xq sbc ]",
}

# Low latency: /etc/pipewire/pipewire.conf.d/99-low-latency.conf
context.properties = {
  default.clock.quantum = 256
  default.clock.min-quantum = 256
  default.clock.allowed-rates = [ 44100 48000 88200 96000 176400 192000 ]
}