mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-26 21:13:57 +02:00
feat(home): enable easyeffects for loudness normalization
Fix inconsistent volume across bilibili videos at the PipeWire level: the easyeffects daemon auto-starts at login; an autogain + limiter chain can be applied per-app (e.g. only to the browser). Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
@@ -29,5 +29,9 @@
|
|||||||
|
|
||||||
services = {
|
services = {
|
||||||
playerctld.enable = true;
|
playerctld.enable = true;
|
||||||
|
# PipeWire audio effects daemon, used for loudness normalization (e.g. bilibili
|
||||||
|
# videos with inconsistent volume). Configure plugins (autogain + limiter) once
|
||||||
|
# in the GUI; the daemon then auto-applies the preset at login.
|
||||||
|
easyeffects.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user