From 8cf341d8fb2797fa24be4d1528f0fd0f4547a588 Mon Sep 17 00:00:00 2001 From: Krzeszny Date: Tue, 21 Oct 2025 13:44:28 +0000 Subject: [PATCH] oops --- content/docs/resonite/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/docs/resonite/_index.md b/content/docs/resonite/_index.md index a0089a9..f38e39e 100644 --- a/content/docs/resonite/_index.md +++ b/content/docs/resonite/_index.md @@ -55,13 +55,16 @@ 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) 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 ]