Better EQ for Librem 14 speakers

I have for now ended up going back to PulseEffects as the version of pipewire in my Librem 14 is 3.19 which will not work with EasyEffects, so it won’t load. The error message said it required 3.40. Despite installing from GitHub, it would not update to the later version and I couldn’t find a way to update it.

I found a way to make autostart work. (cut and pasted here):

"But when I toggle it on with the flatpak version, it creates the autostart file in
~/.var/app/com.github.wwmm.pulseeffects/config/autostart
instead of
~/.config/autostart

Flatpak should have access to the real autostart directory to create the file there instead of in ~/.var.

Also within the autostart file,
Exec=pulseeffects --gapplication-service
has to be replaced with
Exec=com.github.wwmm.pulseeffects --gapplication-service"

That seems to work. But my original question about not applying the settings to all output is still a mystery to me, since I cannot use EasyEffects. I wonder if that is because I am using X11 (which I need in order to share my zoom screen, which doesn’t play with Wayland on PureOS), because there were some different dependencies required for X11 when installing pipewire.

I still didn’t get how to get the default profile into the autoload folder - is what you wrote a text file I save and drop in there or a command string?

Sorry to keep bothering you