It's still not the same. That, and for me it crashes. Lack of good presets also kind of suck.
See, there are major issues with any solution that isn't dead-simple and bulletproof. It isn't that I want just an EQ, I want one that doesn't demand a lot of attention, or require an audio engineering degree to purpose easily configure.
This works in that way. When PE is up to snuff and doesn't demand too much from me I'll try it again.
@tiox Thanks for putting this together. I didn't get anywhere (on 19.10) with the standard pulseaudio-equalizer, nor with pulseeffects. Following your method above, I've got the equalizer working as I used to have before upgrading!
Now, I did have one problem with the archive you've shared:
$ sudo apt install ./*.deb
Reading package lists... Error!
E: Invalid archive signature
E: Internal error, could not locate member control.tar.{zstlz4gzxzbz2lzma}
E: Could not read meta data from ./libbonobo2-0_2.32.1-3_amd64.deb
E: The package lists or status file could not be parsed or opened.
@tiox Not sure what you mean by "live session". What I'm suggesting is that the archive you've provided needs to be updated with a fresh download of libbonobo2-0. Thanks again, it's been incredibly useful.
Focal is going to be very important. Either PulseEffects shapes up to be more end-user friendly (that is, including idiot-proof defaults for dumb babies) and not be so prone to crashing on some end-user's machines which had prior issues or somebody needs to do some recompiling of the LADSPA solution my guide presents for ease-of-installation with the latest LTS.
Replaced the care package for Eoan / Fossa, should work just fine now. If it doesn't complain via direct message — That should catch my attention. Also overhauled some portions of this guide after a brief investigation into available packages for different systems from the WebUpd8 repository.
I think I am just going to fix up information for Focal / DIsco and republish a compiltion of packages with the new ones you need for Groovy.
Man, honestly maintaining this is a right pain in the tuckus, why doesn't someone with more time and expertise simply build the GTK3 version available from AUR? Surely that requires less deps right?
Hi, feel free to download the following links below. Focal Bionic
I've managed to get the ladspa EQ source from github to run on Linux Mint 20 (Focal based) and Mint 19.3 (Bionic based).
Focal:
sudo dpkg -i ./pulseaudio-equalizer-ladspa_3.0.2-1~eoan_all.deb
sudo apt install -f -y
Bionic:
sudo dpkg -i ./pulseaudio-equalizer-ladspa_3.0.0pre-1~bionic_all.deb
sudo apt install -f -y
I have not tested them on any other Ubuntu variants. Hope at least one of them will work. Thanks.
The EQ itself isn't the problem. The frontend is what's killing the whole thing, which is what users are typically wanting to interact with. So what about pulseaudio-equalizer-gtk?
Are the packages for Groovy sufficient for compiling it? Can it be compiled with less packages even if it were not made for Groovy? If we can figure that out and reduce the package count so a care package isn't necessary, then that would be the best thing ever.
The source was downloaded from github so please use pulseaudio-equalizer-ladspa-gtk instead.
The latest package only depends on 3 packages: swh-plugins, python3-gi (>=3.30), libgtk-3-0 (>=3.20).
Groovy has python3-gi version 3.38.0 and libgtk-3-0 version 3.24.23 packages installed, so it should work.
Hope it will work just fine on groovy and later release.
tiox thank you for your years of support to this software, you're a life savior.
Nevertheless, like you did previously, I'll still compile a GTK2 version
and create an archive download link with every single package needed for the latest Ubuntu version, so that people can simply run a sudo apt install ./*.deb