pulseaudio bluetooth and quality

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-05-23 08:33:01 +02:00
parent 304ec0f113
commit eec47780de
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -14,7 +14,14 @@ in
hardware = {
pulseaudio = {
enable = true;
# extraModules = mkIf bluetooth-enable [ pkgs.pulseaudio-modules-bt ];
package = mkIf bluetooth-enable pkgs.pulseaudioFull;
daemon.config = {
default-sample-rate = 96000;
default-sample-format = "s32le";
resample-method = "speex-float-5";
nice-level = -19;
};
};
pulseaudio.support32Bit = true;
};