Created
May 13, 2026 13:04
-
-
Save dezza/fc46e91090adc79b93e7591359dbaf9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # $XDG_CONFIG_HOME/pipewire/pipewire.conf.d/samplerate.conf | |
| # https://wiki.libre.moe/linux/pipewire/adaptive-sampling | |
| context.properties = { | |
| default.clock.rate = 48000 | |
| default.clock.allowed-rates = [ 44100, 48000 ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment