Shooting more troubles for Resonite #158

Merged
Krzeszny merged 22 commits from patch-2 into main 2025-10-23 19:29:28 -04:00
Showing only changes of commit 81ddd6f5da - Show all commits

View File

@@ -55,15 +55,13 @@ For most users, switching to ALSA **will break all audio** in Resonite unless yo
If this happens:
1. Locate the directory or create it if it doesn't exist:
```$HOME/.config/pipewire/pipewire.conf.d/```
(Remember: The ~/.config folder is often hidden in file browsers)
```$HOME/.config/pipewire/pipewire.conf.d/```
(Remember: The ~/.config folder is often hidden in file browsers)
2. Create the file `01-sample-rates.conf` in that folder. The full path should be
```$HOME/.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:
```
context.properties = {
default.clock.allowed-rates = [ 44100 48000 88200 96000 ]