~kris/dots

srice

ref: 4471d164e01750db50f2d73d2a7c8af0e2318591 srice/doc/audiofile-tools-reference.md -rw-r--r-- 3.0 KiB
4471d164 — Kris Yotam wallpapermenu: pass -no-config so ambient rofi theme can't override the picker 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 ]
}