more changes

This commit is contained in:
Krzeszny
2025-10-21 14:45:58 +00:00
committed by hypevhs
parent 432d40577b
commit 6b518593a5

View File

@@ -55,12 +55,11 @@ Add the following to Resonite's Launch Options:
For most users, switching to ALSA **will break all audio** in Resonite unless you configure your audio server, PipeWire, to support your hardware's sample rates. For most users, switching to ALSA **will break all audio** in Resonite unless you configure your audio server, PipeWire, to support your hardware's sample rates.
If this happens: If this happens:
1. Locate the directory or create it if it doesn't exist: 1. Locate the directory or create it if it doesn't exist: `~/.config/pipewire/pipewire.conf.d/`.
```~/.config/pipewire/pipewire.conf.d/```
(Remember: The `~/.config` folder is often hidden in file browsers and could be `$XDG_CONFIG_HOME` on some systems)
2. Create the file `01-sample-rates.conf` in that folder. The full path should be Remember: The `~/.config` folder is normally hidden in file browsers and could be `$XDG_CONFIG_HOME` on some systems.
```~/.config/pipewire/pipewire.conf.d/01-sample-rates.conf```
2. Create the file `01-sample-rates.conf` in that folder. The full path should be `~/.config/pipewire/pipewire.conf.d/01-sample-rates.conf`.
3. Paste the following content into the file to define supported sample rates, and save it: 3. Paste the following content into the file to define supported sample rates, and save it:
``` ```