Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[feature] ALSA & PulseAudio Equaliser #158

@XxAcielxX

Description

@XxAcielxX

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

  1. apt update && apt install libasound2-plugin-equal
  2. 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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions