After seeing that pulseaudio allows to equalize all sounds, I googled a bit and saw that adding pulseaudio-equalizer to main tree would be interesting: http://pulseaudio.org/wiki/SystemEqualizer Thanks Reproducible: Always
This is not yet in a stable release. It will come with PA 1.0. In the mean time, you can test it out by unmasking 0.99.2 (or even try the live ebuild if you're feeling brave ;) ).
Nice, thanks a lot for the info. Will probably wait for pulseaudio-1 and then install pulseaudio and enable it systemwide finally :)
(In reply to comment #1) > This is not yet in a stable release. It will come with PA 1.0. In the mean > time, you can test it out by unmasking 0.99.2 (or even try the live ebuild if > you're feeling brave ;) ). Pulse-1 is in the tree for a long time, but looks like none GUI for setting equalizer settings was added :|
I emerged pulseaudio with the equalizer flag but trying to run it I get this: ~ $ qpaeq Traceback (most recent call last): File "/usr/bin/qpaeq", line 557, in <module> main() File "/usr/bin/qpaeq", line 552, in main qpaeq_main=QPaeq() File "/usr/bin/qpaeq", line 79, in __init__ self.set_connection() File "/usr/bin/qpaeq", line 231, in set_connection self.sinks=manager_props.Get(self.manager_iface,'EqualizedSinks') File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__ **keywords) File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
By the way, I have: media-sound/pulseaudio-1.1-r1 USE="X alsa asyncns bluetooth caps dbus equalizer gdbm glib gnome orc ssl tcpd udev -avahi -doc -ipv6 -jack -libsamplerate -lirc (-oss) -realtime (-system-wide) -test"
This was fixed with 2.0-r1.