mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-14 22:11:45 +02:00
feat(easyeffects): set autogain target per host
Desktop speakers on idols-ai use the EBU R128 broadcast standard (-23 dB), while the quiet built-in laptop speakers on 12kingdoms-shoukei keep -12 dB. Move the target out of the shared preset so each host sets its own value.
This commit is contained in:
@@ -49,11 +49,10 @@
|
||||
];
|
||||
"autogain#0" = {
|
||||
bypass = false;
|
||||
# EasyEffects defaults to -23 dB (the EBU R128 broadcast standard),
|
||||
# which is too quiet for playback. -12 dB is a common value in
|
||||
# community presets (e.g. JackHack96's "Advanced Auto Gain") and
|
||||
# still leaves enough headroom for the limiter below.
|
||||
target = -12.0;
|
||||
# target is set per host (home/hosts/linux/*.nix) because the
|
||||
# comfortable loudness depends on the physical output device:
|
||||
# -23 dB (EBU R128 broadcast standard) on desktop speakers,
|
||||
# -12 dB on quiet laptop speakers. EasyEffects' own default is -23.
|
||||
};
|
||||
"limiter#0" = {
|
||||
bypass = false;
|
||||
|
||||
Reference in New Issue
Block a user