style: reformat with nixfmt-rfc-style
This commit is contained in:
parent
5ad8bc1d56
commit
1c5d83d81e
99 changed files with 2247 additions and 1334 deletions
home/services
|
@ -4,14 +4,19 @@
|
|||
services.easyeffects.enable = true;
|
||||
services.easyeffects.package = pkgs.easyeffects.override {
|
||||
# easyeffects speex integration doesn't work otherwise
|
||||
speexdsp = pkgs.speexdsp.overrideAttrs (old: { configureFlags = [ ]; });
|
||||
speexdsp = pkgs.speexdsp.overrideAttrs (old: {
|
||||
configureFlags = [ ];
|
||||
});
|
||||
};
|
||||
|
||||
# based on https://gist.github.com/MateusRodCosta/a10225eb132cdcb97d7c458526f93085
|
||||
xdg.configFile."easyeffects/input/optimised.json".text = builtins.toJSON {
|
||||
input = {
|
||||
blocklist = [ ];
|
||||
plugins_order = [ "rnnoise#0" "speex#0" ];
|
||||
plugins_order = [
|
||||
"rnnoise#0"
|
||||
"speex#0"
|
||||
];
|
||||
"rnnoise#0" = {
|
||||
bypass = false;
|
||||
enable-vad = false;
|
||||
|
@ -40,11 +45,11 @@
|
|||
};
|
||||
|
||||
xdg.configFile."easyeffects/autoload/input/alsa_input.usb-Blue_Microphones_Yeti_Stereo_Microphone_REV8-00.analog-stereo:analog-input-mic.json".text =
|
||||
builtins.toJSON {
|
||||
device =
|
||||
"alsa_input.usb-Blue_Microphones_Yeti_Stereo_Microphone_REV8-00.analog-stereo";
|
||||
device-description = "Yeti Stereo Microphone Analog Stereo";
|
||||
device-profile = "analog-input-mic";
|
||||
preset-name = "optimised";
|
||||
};
|
||||
builtins.toJSON
|
||||
{
|
||||
device = "alsa_input.usb-Blue_Microphones_Yeti_Stereo_Microphone_REV8-00.analog-stereo";
|
||||
device-description = "Yeti Stereo Microphone Analog Stereo";
|
||||
device-profile = "analog-input-mic";
|
||||
preset-name = "optimised";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue