Waveform asymmetry and how to fix it

Tracks laid down by our bass player are badly asymmetric. But to be clear not at all DC Shifted (see attached)
I saw this UTube related to ‘Audition’ which provides a Graphic Phase shifter that can fix this simply.

https://www.youtube.com/watch?v=6iF7-_L4fgs&ab_channel=CurtisJuddAudio

Can this be done with Audacity? I see some suggestions that the ‘Phaser’ Effect can do it but the interface is oribly complex, and I would have no idea where to start.
Can it be done and if so how
Cheers
Steve
Bass asymetry.jpg

You can apply an “All-Pass filter” to the track. This requires some experimentation because the results (like the “Graphic Phase Shifter” in the video) are unpredictable.
Run this code in the Nyquist Prompt effect (see: https://manual.audacityteam.org/man/nyquist_prompt.html)

(allpass2 *track* 100 1)

The numbers “100” and “1” are just a starting point. If it doesn’t work very well, try changing the numbers.

Cheers Steve, I will give that a go.

Yes that works fine, a couple of passes with those settings is best.
Doesn’t get rid of that initial negative spike, nor does a Spike removal.
But then again I don’t hear it anyway.
Steve

Just out of curiosity, is this safe to use for any type of speech? So far, in my testing, I haven’t noticed any artifacts. My primary goal is to improve the visual waveform asymmetry. It certainly wouldn’t be worth it if it introduced distracting artifacts. Is there any potential “danger” associated with its use?

(allpass2 track 100 1)

Thank you.

If you apply the effect to a selection that does not start and end in silence, then there’s a risk of a click at the start or end of the selection. (This is true of most effects). That’s the only risk that I’d be bothered about using this effect. Just ensure that when applying to part of a track, that the selection starts and ends at places that are silent.