Based on what I've found, ParametricEQ in Moode is built using this link:
https://www.bitlab.nl/page_id=540.
I have tried to build AutoEq in rAudio, I have them, but there is no sound output. I am trying to understand why."
Mã:
rAudio:~ # mpc outputs
Output 1 (REIYIN Bluetooth Audio WT- HD05) is enabled
allowed_formats=""
dop="0"
Output 2 (ALSA parametric eq) is enabled
allowed_formats=""
dop="1"
Update
I have been able to hear the sound with eqfa12p. However, currently, the band parameters need to be adjusted in the eqfa12p.conf file.
controls [1 14 1.471 6.0 1 1365 1.282 10.4 1 3212 0.442 5.6 1 4600 10.000 -9.5 1 11179 0.510 11.5 1 4572 0.110 3.1 1 6779 0.265 -4.6 1 8996 0.193 5.0 1 11627 0.175 -2.6 1 15559 0.276 2.1 0 20 1 0 0 20 1 0 -6.5]
/etc/alsa/conf.d/eqfa12p.conf
Mã:
pcm.eqfa12p {
type plug
slave.pcm "plug_eqfa12p"
}
pcm.plug_eqfa12p {
type ladspa
slave.pcm "plughw:0,0";
path "/usr/lib/ladspa";
plugins [ {
id 2611
label EqFA12p
input {
controls [1 14 1.471 6.0 1 1365 1.282 10.4 1 3212 0.442 5.6 1 4600 10.000 -9.5 1 11179 0.510 11.5 1 4572 0.110 3.1 1 6779 0.265 -4.6 1 8996 0.193 5.0 1 11627 0.175 -2.6 1 15559 0.276 2.1 0 20 1 0 0 20 1 0 -6.5]
}
} ]
}
eq12.conf
Mã:
audio_output {
type "alsa"
name "ALSA parametric eq"
device "eqfa12p"
mixer_type "none"
dop "yes"
}
I will build the installation script later.