alejandra: fmt
This commit is contained in:
parent
4132420034
commit
510e39c245
199 changed files with 1030 additions and 1438 deletions
|
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
enable = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
|
|
@ -20,7 +18,7 @@
|
|||
jack = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
|
||||
wireplumber = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
@ -34,15 +32,15 @@
|
|||
44100
|
||||
48000
|
||||
88200
|
||||
96000
|
||||
96000
|
||||
];
|
||||
|
||||
|
||||
"default.clock.min-quantum" = 512;
|
||||
"default.clock.quantum" = 4096;
|
||||
"default.clock.max-quantum" = 8192;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
"93-no-resampling" = {
|
||||
"context.properties" = {
|
||||
"default.clock.rate" = 48000;
|
||||
|
|
@ -50,14 +48,14 @@
|
|||
44100
|
||||
48000
|
||||
96000
|
||||
192000
|
||||
192000
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
"94-no-upmixing" = {
|
||||
"stream.properties" = {
|
||||
"channelmix.upmix" = false;
|
||||
"channelmix.upmix" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue