Page 1 of 1

DSPplug Intersample peak limiter

Posted: Sun Jun 07, 2020 2:32 pm
by wlangfor@uoguelph.ca
Here you are, prevents inter sample peak distortion

I'll update this tomorrow, a mystery why it didn't work and I was a rush. Will update with a better working example.

Re: DSPplug Intersample peak limiter

Posted: Mon Jun 08, 2020 2:39 pm
by wlangfor@uoguelph.ca
OK, here it is tested in 32 bit and I'm going to make a video about intersample peak avoidance, and why it's so important.

intersample peak limiter x32.fsm
(7.04 KiB) Downloaded 1145 times


Image

Re: DSPplug Intersample peak limiter

Posted: Tue Jun 09, 2020 3:20 pm
by wlangfor@uoguelph.ca
So, here's a commercial product made with the same technology I'm giving away for free.
https://www.kvraudio.com/product/dspplug-inter-sample-peak-limiter-by-king-oz-records

I took it a bit further and replaced all instances of multiplication with division to make it sound smoother and I added a new technology that uses mean averaging for any audio above the ceiling threshold. This reduces the volume in an averaging way before all three limiters have their way with it.

Kind of a cool restorative idea. Here's a youtube video about that:
Image

And it's a fast video that has info about inter-sample peak limiting which should explain what this does. And of course remember, use flowstone and use this gem for free instead :)

Re: DSPplug Intersample peak limiter

Posted: Tue Jun 09, 2020 6:55 pm
by wlangfor@uoguelph.ca
So, this method works well, but change the second instance of division from 125 to 1.5 and then double make a module with a module in and out made for a packed signal so that you can add two of the same signal from the bass.

Add the two bass first and then third higher registers and it will not affect the bass adversely.