feat: dynamic audio sample rate switching

I have 96khz music that I would like to stream without resampling :3
This commit is contained in:
stitchy 2025-11-27 22:07:10 -08:00
parent 760540ce13
commit 33dffb7f05
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -48,6 +48,7 @@
alsa.enable = true;
enable = true;
pulse.enable = true;
extraConfig.pipewire.noresample = { "context.properties" = { "default.clock.allowed-rates" = [ 44100 48000 96000 192000 ]; }; };
};
printing.enable = true;
usbmuxd.enable = true;