In this guide you will find:
- btrfs with Zstandard compression
- LUKS-encrypted root and swapfile
- GRUB with UEFI
You will not find:
- Instructions for file systems other than btrfs
1) Install the pipewire package and this minimal set of required plugins: | |
libspa-alsa-0.3.17_1 # The alsa backend | |
libspa-audioconvert-0.3.17_1 | |
libspa-audiomixer-0.3.17_1 # For mixing multiple streams | |
(these should be eventually added as dependencies to pipewire, basic functionality doesn't work without them) | |
2) Start the pipewire server as user: | |
$ pipewire | |
This is enough to play audio with `pw-play song.wav` |