I am running Lubuntu 17.10. Loading qpaeg with:
pactl unload-module module-equalizer-sink
pactl unload-module module-dbus-protocol
pactl load-module module-equalizer-sink
pactl load-module module-dbus-protocol
qpaeq
I get no module load errors and the qpaeq pops up correctly. When I change any of the sound levels it has no effect on sound output, and on the console above I get,
Traceback (most recent call last):
File "/usr/bin/qpaeq", line 450, in write_coefficient
self.filter_state.seed()
File "/usr/bin/qpaeq", line 511, in seed
self.sink.SeedFilter(self.channel,self.filter_frequencies,self.coefficients,self.preamp)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.InvalidArgs: xs must be monotonic and 0<=x<=16384
Does anyone have any helpful suggestions? I have tried the many suggestions I have seen on the web, but nothing works.
Is there a way to revert to an older version that works? I tried
pulseaudio-equalizer not working
but after following the procedure I was not offered the old version by synaptic.