Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/guides/audio-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

!!!note "systemd-boot"
If you use systemd-boot you'll instead edit your boot conf files to add `intel_iommu=on iommu=pt pm_async=off` to the options line. The files to edit will have the `.conf` extension and be in the loader/entries/ folder on your EFI partition. This will most likely be `/boot/efi/loader/entries`

Check failure on line 22 in docs/guides/audio-config.md

View workflow job for this annotation

GitHub Actions / build

Trailing spaces [Expected: 0 or 2; Actual: 4]
!!!note "rEFInd"
If you use rEFInd, it may have been configured to boot directly onto Linux, without indirectly booting GRUB or systemd-boot. If that's the case, you'll have to edit the boot parameters somewhere else. Follow the steps at [Using rEFInd as a replacement for GRUB, systemd-boot, etc.](guides/refind/#using-refind-as-a-replacement-for-grub-systemd-boot-etc)

# Audio Configuration Files

Expand All @@ -29,14 +32,15 @@
cd /tmp/t2-better-audio
./install.sh
sudo rm -r /tmp/t2-better-audio
cd -
```

If your distro uses PulseAudio by default, consider switching to PipeWire with rtkit for the best possible experience. You can still use PulseAudio but the experience will not be as smooth as PipeWire, for example you might not be able to select the speakers as the output device when headphones are plugged in.

!!!note "Switching to headphones automatically"
If you want headphones to be switched to automatically when they are plugged in, you should set them as the default audio sink using the settings app of your DE, `pavucontrol`, `pactl` or `wpctl`.

# Internal microphones DSP Configuration.
# Internal microphones DSP configuration

In order adjust the microphones signal automatically, we can use the following Pipewire filterchain config:

Expand Down
Loading