# PipeWire Assumes both PipeWire and Systemd are running. ## Virtual surround 1. HRIR file: 1. Create directory: mkdir ~/.local/share/hrir/ 2. Obtain HRIRs: E.g. 2. Config file: 1. Create directory: mkdir ~/.config/pipewire/filter-chain.conf.d/ 2. Obtain `.conf` file: # sink-virtual-surround-7.1-hesuvi.conf by Wim Taymans wget -P ~/.config/pipewire/filter-chain.conf.d/ https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/src/daemon/filter-chain/sink-virtual-surround-7.1-hesuvi.conf 3. Modify `.conf` with updated HRIR paths. 3. Restart service: # https://erichallahan.github.io/articles/hearing-compensation/#the-pipewire-filter-chain-module systemctl --user restart filter-chain