If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
deleted by uploader
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 7:29 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: AGC to keep audio energy to some target level
I believe what you mean is something like a RMS limiter. RMS means it takes an quadratic average of certain region:
Which coresponds to average energy of a waveform. Then an limiter is applied, where this RMS is used as a sidechain.
- Code: Select all
RMS=(x[1]^2 + x[2]^2 ... x[n]^2)/n
Which coresponds to average energy of a waveform. Then an limiter is applied, where this RMS is used as a sidechain.
- KG_is_back
- Posts: 1196
- Joined: Tue Oct 22, 2013 5:43 pm
- Location: Slovakia
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 7:29 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: AGC to keep audio energy to some target level
Here is a very basic soft knee RMS limiter. Poke inside to get an idea of the main ingredients. Hope that helps!
- Attachments
-
- RMS_Limiter.fsm
- (19.11 KiB) Downloaded 1177 times
-
martinvicanek - Posts: 1328
- Joined: Sat Jun 22, 2013 8:28 pm
Re: AGC to keep audio energy to some target level
martinvicanek wrote:Here is a very basic soft knee RMS limiter. Poke inside to get an idea of the main ingredients. Hope that helps!
Thank you Martin, appreciate. This will definitely be of great help to me.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 7:29 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: AGC to keep audio energy to some target level
Thk, Martin,..this guy is a real guru of audio.
Question:
Why RMS, instead true peak?
For ACG no wll be better true peak........right? wrong?
Question:
Why RMS, instead true peak?
For ACG no wll be better true peak........right? wrong?
-
ElCuco - Posts: 23
- Joined: Sat May 16, 2015 3:10 am
Re: AGC to keep audio energy to some target level
I test this a lot nd work very well.
But there is some way to improve and make sound less pump effect?
Also is possible to setup the ACG to desired lelvel output, by example -15db and the out be leveled to around that level with not noticiable pump effect?
I testa lot and cant find the way to target the output to desired value in accurate way, and also how remove non desired sound artifacts.
But there is some way to improve and make sound less pump effect?
Also is possible to setup the ACG to desired lelvel output, by example -15db and the out be leveled to around that level with not noticiable pump effect?
I testa lot and cant find the way to target the output to desired value in accurate way, and also how remove non desired sound artifacts.
-
ElCuco - Posts: 23
- Joined: Sat May 16, 2015 3:10 am
Re: AGC to keep audio energy to some target level
Well I said it was very basic, didn't I? You can play with attack and release to try to reduce the pumping. If that doesn't help then you might experiment with look-ahead capability. And yes, of course you can use peak instead of RMS, however the OP asked specifically for RMS. If you don't like the soft knee, replace it by a hard knee. Lots of possibilities.
-
martinvicanek - Posts: 1328
- Joined: Sat Jun 22, 2013 8:28 pm
Re: AGC to keep audio energy to some target level
There is a commercial plugin called 'Hornet' that does a specific job [very handy] ...
It monitors an audio track, and based on the User setting [i.e.: -18dB RMS], will adjust the GAIN of the track to HOLD at -18dB.
It does NOT use any type of Limiter or Compression ... only adjust overall gain.
Not to re-invent the wheel ... but it would still be cool to have a FS version
It monitors an audio track, and based on the User setting [i.e.: -18dB RMS], will adjust the GAIN of the track to HOLD at -18dB.
It does NOT use any type of Limiter or Compression ... only adjust overall gain.
Not to re-invent the wheel ... but it would still be cool to have a FS version
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
Who is online
Users browsing this forum: Google [Bot] and 82 guests