I made Fader Rider for the course audio programming. 
Fader Rider is a VST plugin for windows.

The plugin can be used for voice recordings. 
The plugin adjusts the gain of the input to a target value. This is something that normally gets done by hand and takes a lot of time. 

The plugin has a threshold for the minimum gain input should have in order to be adjusted. This threshold is also used in a built in noise gate(which can be disabled).
The amount of gain that is added or reduced is within an adjustable range. This way parts of the recording that are deliberately louder or softer won't be affected too much.

During the development of this plugin I discovered a lot about how audio is handled by computers. I also learned a lot about UI programming using JUCE.

You may also like

Back to Top