mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 17:46:14 +01:00
pulseaudio bluetooth and quality
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
304ec0f113
commit
eec47780de
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue