我在 lubuntu 安装中遇到了 alsa 均衡器插件问题。我设法安装了它(并非没有问题),但它似乎没有影响声音输出。我清除了 pulseaudio,它有可用的均衡器,但几天后就停止工作了,我不得不重新安装它,这有点令人沮丧。我的 .asoundrc 文件如下所示:
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
# Modify the line below if you don't
# want to use sound card 0.
#slave.pcm "plug:dmix";
}
pcm.equal {
# Or if you want the equalizer to be your
# default soundcard uncomment the following
# line and comment the above line.
#pcm.!default {
type plug;
slave.pcm plugequal;
}
我认为这可能与我的声卡配置有关,但我自己可能无法弄清楚。另外,我在网站上搜索了同样的问题,但只找到了这个:https://unix.stackexchange.com/questions/117203/alsaequal-runs-but-sliders-do-not-seem-to-affect-audio,但没有真正的帮助。提前致谢!
答案1
尝试此操作sudo apt-get purge pulseaudio gstreamer0.10-pulseaudio pulseaudio-utils
,然后重新启动计算机并测试它是否对我有用!