feat: dynamic audio sample rate switching
I have 96khz music that I would like to stream without resampling :3
This commit is contained in:
parent
760540ce13
commit
33dffb7f05
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
enable = true;
|
enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
extraConfig.pipewire.noresample = { "context.properties" = { "default.clock.allowed-rates" = [ 44100 48000 96000 192000 ]; }; };
|
||||||
};
|
};
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
usbmuxd.enable = true;
|
usbmuxd.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue