Name for effect that tames loud highs?

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

Post Reply
User avatar
Michael Willis
Established Member
Posts: 1507
Joined: Mon Oct 03, 2016 3:27 pm
Location: Rocky Mountains, North America
Has thanked: 78 times
Been thanked: 208 times
Contact:

Name for effect that tames loud highs?

Post by Michael Willis »

I'm trying to develop an effect algorithm and I don't know what to call it. I want it to reduce high frequency noises that have an amplitude above a given threshold, but if high frequencies have an amplitude below that threshold, they should pass through the filter untouched (well, maybe untouched... a phase shift would be acceptable). Is there a good name for this effect? It's not EQ or LPF, both of which cause a gain effect to everything in the frequency band regardless of the input amplitude.

I want my effect to tame harsh high frequency noise without dulling high harmonics. The closest thing I've found in open source effects is Airwindows Accel/Accel2. Those names are short for "acceleration limiter", but I don't think that really describes the effect. I looked at the mathematics in those plugins, and they're not what differential calculus would define as a limit on the acceleration.

Any suggestions?

merlyn
Established Member
Posts: 1448
Joined: Thu Oct 11, 2018 4:13 pm
Has thanked: 179 times
Been thanked: 267 times

Re: Name for effect that tames loud highs?

Post by merlyn »

Is it a dynamic EQ?

User avatar
SpotlightKid
Established Member
Posts: 295
Joined: Sun Jul 02, 2017 1:24 pm
Has thanked: 109 times
Been thanked: 96 times

Re: Name for effect that tames loud highs?

Post by SpotlightKid »

A de-esser?

User avatar
nevis
Established Member
Posts: 24
Joined: Mon Jan 22, 2024 9:58 am
Has thanked: 21 times
Been thanked: 8 times

Re: Name for effect that tames loud highs?

Post by nevis »

"sibalancer" :?:

new to all of this

User avatar
LAM
Established Member
Posts: 1140
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 155 times
Been thanked: 416 times

Re: Name for effect that tames loud highs?

Post by LAM »

in mix, nobody can hear your screen

User avatar
sysrqer
Established Member
Posts: 2634
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 402 times
Been thanked: 185 times
Contact:

Re: Name for effect that tames loud highs?

Post by sysrqer »

Multiband compression?

novalix
Established Member
Posts: 168
Joined: Wed Aug 11, 2021 1:12 pm
Has thanked: 10 times
Been thanked: 65 times

Re: Name for effect that tames loud highs?

Post by novalix »

Tape Machine?
scnr

User avatar
MyLoFy
Established Member
Posts: 92
Joined: Sat Jun 27, 2020 8:10 am
Location: Berlin
Has thanked: 25 times
Been thanked: 48 times

Re: Name for effect that tames loud highs?

Post by MyLoFy »

Reminds me of Soothe2, which is a "dynamic resonance suppressor". Definitely something I would like to have in my FOSS toolbox :D

User avatar
LAM
Established Member
Posts: 1140
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 155 times
Been thanked: 416 times

Re: Name for effect that tames loud highs?

Post by LAM »

MyLoFy wrote: Sat Mar 09, 2024 7:27 am

Reminds me of Soothe2, which is a "dynamic resonance suppressor". Definitely something I would like to have in my FOSS toolbox :D

It seems also @robbert-vdh's Spectral Compressor can do something similar, as shown by Au5:
https://www.youtube.com/watch?v=jo_ayanaKo4&t=223s

in mix, nobody can hear your screen

User avatar
sysrqer
Established Member
Posts: 2634
Joined: Thu Nov 14, 2013 11:47 pm
Has thanked: 402 times
Been thanked: 185 times
Contact:

Re: Name for effect that tames loud highs?

Post by sysrqer »

LAM wrote: Sat Mar 09, 2024 10:03 am
MyLoFy wrote: Sat Mar 09, 2024 7:27 am

Reminds me of Soothe2, which is a "dynamic resonance suppressor". Definitely something I would like to have in my FOSS toolbox :D

It seems also @robbert-vdh's Spectral Compressor can do something similar, as shown by Au5:
https://www.youtube.com/watch?v=jo_ayanaKo4&t=223s

Wow I had no idea we had anything like this, amazing.

User avatar
sunrat
Established Member
Posts: 1163
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 198 times
Been thanked: 325 times

Re: Name for effect that tames loud highs?

Post by sunrat »

Auburn Sounds Lens can do this too. Multiband compressor with up to 64 bands. Linux native version and free for the basic one. It's one of my favourite plugins now.
https://www.auburnsounds.com/products/Lens.html

I just tried the Spectral Compressor mentioned above; seems to be also some kind of magic. :mrgreen: It's now part of nih-plugs - https://github.com/robbert-vdh/nih-plug ... compressor
Needs some documentation as I couldn't work out if it could target multiple narrow frequency bands although it was simple to target a single band. Easy with Lens - just draw the desired buitlt-in sidechain curves.
Edit - seems one can achieve similar in SC with a sidechained external EQ.

Death
Established Member
Posts: 383
Joined: Sun Oct 11, 2015 1:43 pm
Been thanked: 33 times

Re: Name for effect that tames loud highs?

Post by Death »

It sounds like you're essentially describing a Dynamic EQ/Multi-band Compressor but perhaps ones that are more intelligent such as Soothe 2 & Gullfoss.

I'm not sure exactly how those plugins work and they are slightly different to eachother but they are both dynamic EQ's at their core, just with a tonne of different bands. I believe they have the ability to follow resonances around as they change frequencies, a bit like another plugin (Surfer EQ?). I think one of the tricks Gullfoss might use, or at least the mastering version of it, is to try and pull the sound more towards a pink noise profile. Then again, I might be confusing that with an iZotope plugin which does something like that..

This guy tries to remake popular plugins using some of the tools available in FL Studio. It gives you some pretty good insight into what these plugins are actually doing. Here's his attempt at making a Soothe 2 clone: https://www.youtube.com/watch?v=M8a5la4pz_g

talby
Established Member
Posts: 69
Joined: Tue Aug 22, 2023 6:47 pm
Has thanked: 87 times
Been thanked: 24 times

Re: Name for effect that tames loud highs?

Post by talby »

@Michael Willis did you meanwhile find a Linux plugin doing what you have been searching for, or got yourself such thing programmed?

Refining my amateur musicianship by reviewing my rehearsals.
Adding more and more extra sounds and post processing to it.
(Tracktion WAVEFORM PRO & Ocenaudio @ Debian with KDE(X11) on older Laptop with SSL12 audiointerface)

User avatar
Michael Willis
Established Member
Posts: 1507
Joined: Mon Oct 03, 2016 3:27 pm
Location: Rocky Mountains, North America
Has thanked: 78 times
Been thanked: 208 times
Contact:

Re: Name for effect that tames loud highs?

Post by Michael Willis »

talby wrote: Thu Feb 27, 2025 5:21 pm

@Michael Willis did you meanwhile find a Linux plugin doing what you have been searching for, or got yourself such thing programmed?

My new saturation plugin has two stages of processing that accomplish what I was looking for:

  1. I implemented a hysteresis effect that tames harsh high frequencies without doing a low pass filter. It allows low amplitude high frequencies through, but as the slope of the wave increases, the hysteresis effect reduces the slope, which ends up making the saturation sound more pleasant.
  2. If #1 isn't enough, the EQ curve will do more. Note that the EQ only applies to the added saturation harmonics, and it does not impact the frequencies in the original signal.
Post Reply