My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pipewire: Add allowed sample rates

These are all the sampel rates that my audio interface supports.

48kHz is set as the default since this is apparently the industry
standard, but apparently it doesn't sound much different at all from
44.1kHz.
Because of this, I may set the default to 44.1kHz, but this may cause
extra processing since pipewire would need to resample audio from
games, videos, and pretty much anything that isn't music down from
48kHz to 44.1kHz.

yemou d03f98df 7bb72227

+8
+8
config/pipewire/pipewire.conf.d/sample-rate.conf
··· 1 + context.properties = { 2 + default.clock.rate = 48000 3 + default.allowed-rates = [ 44100 48000 88200 96000 176400 192000 ] 4 + # These are the default values, I may change them later 5 + # clock.quantum = 1024 6 + # clock.min-quantum = 32 7 + # clock.max-quantum = 8192 8 + }