-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
enhancementNew feature or requestNew feature or requestfeature requestRequest for a new featureRequest for a new feature
Description
Hello,
As the title suggests, if it is possible to add Equaliser.
Edit 1:
For ALSA with your container I tried this method ALSA-EQ-Plugin and it works perfectly.
Steps to Install
apt update && apt install libasound2-plugin-equal- Create
/root/.asoundrc
...
pcm.!default {
type plug
slave.pcm plugequal;
}
ctl.!default {
type hw card 0
}
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
slave.pcm "plughw:0,0"; # NOTE this line MUST be your hardware device.
}
pcm.equal {
type plug;
slave.pcm plugequal;
}In my case, audio is outputting from HDMI.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature requestRequest for a new featureRequest for a new feature