~kris/dots

srice

ref: 0e7f2c2785a36c2c4d5f7214411d3746a1667303 srice/doc/audiofile-tools-reference.md -rw-r--r-- 3.0 KiB
0e7f2c27 — Kris Yotam xprofile: bump laptop HiDPI to 180 and scale cursor for M1 Pro retina 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 ]
}