~kris/dots

srice

ref: a4bfa48cdda924f7a77a81e8d8e93e326a01b8a0 srice/doc/audiofile-tools-reference.md -rw-r--r-- 3.0 KiB
a4bfa48c — Kris Yotam mksh: reliable history hook via HISTFILE growth + binary record parse 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 ]
}