Skip to content

Commit e6499c7

Browse files
committed
remove eq
1 parent 668df1d commit e6499c7

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

desktop/configuration/services.nix

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -334,56 +334,6 @@
334334
"default.clock.rate" = 44100;
335335
};
336336
};
337-
"eq" = {
338-
"context.modules" = [
339-
{
340-
name = "libpipewire-module-filter-chain";
341-
args = {
342-
"node.description" = "EQ";
343-
"media.name" = "EQ";
344-
"filter.graph" = {
345-
nodes = [
346-
{
347-
type = "builtin";
348-
name = "preamp";
349-
label = "bq_highshelf";
350-
control = { "Freq" = 0; "Gain" = -4.2; "Q" = 1.0; };
351-
}
352-
{
353-
type = "builtin";
354-
name = "filter9";
355-
label = "bq_lowshelf";
356-
control = { "Freq" = 145; "Gain" = 4.2; "Q" = 0.8; };
357-
}
358-
{
359-
type = "builtin";
360-
name = "filter10";
361-
label = "bq_lowshelf";
362-
control = { "Freq" = 45; "Gain" = -2.2; "Q" = 0.9; };
363-
}
364-
];
365-
links = [
366-
{ output = "preamp:Out"; input = "filter9:In"; }
367-
{ output = "filter9:Out"; input = "filter10:In"; }
368-
];
369-
};
370-
"capture.props" = {
371-
"node.name" = "effect_input.eq_shelves";
372-
"media.class" = "Audio/Sink";
373-
"audio.channels" = 2;
374-
"audio.position" = [ "FL" "FR" ];
375-
};
376-
"playback.props" = {
377-
"node.name" = "effect_output.eq_shelves";
378-
"node.passive" = true;
379-
"target.object" = "alsa_output.usb-GuangZhou_FiiO_Electronics_Co._Ltd_FIIO_BTR15_EQ-00.analog-stereo";
380-
"audio.channels" = 2;
381-
"audio.position" = [ "FL" "FR" ];
382-
};
383-
};
384-
}
385-
];
386-
};
387337
};
388338
};
389339
};

0 commit comments

Comments
 (0)