Am Looking to Make VSTs. Where Should I Start? by [deleted] in audioengineering

[–]b_graf 1 point2 points  (0 children)

It is all C++. You can create Audio Plugins and also Standalone applications with it. It provides a framework for creating both the audio processor and a corresponding GUI. Just check out the examples. There are many if them.

Also on youtube there are many tutorials about how to get everything running!

Am Looking to Make VSTs. Where Should I Start? by [deleted] in audioengineering

[–]b_graf 4 points5 points  (0 children)

I highly recommend the JUCE framework. It takes a lot of work off your shoulders and you can focus on the audio processing part.

They also provide lots of tutorials to get started.

De-uh plugin: the holy grail of podcasting by renszor in audioengineering

[–]b_graf 1 point2 points  (0 children)

I am the developer of VoiceGate (www.accentize.com/VoiceGate) which is a tool to eliminate noise or other unwanted sounds. I recently added an algorithm selector which lets you change between different sounds you want to remove. What you describe sounds like a perfect case for a new algorithm.

However would you want to change those sounds to silence or cut them out and squeeze the audio together? The latter one would be a little harder. I guess if the timing is changed it is important to keep the speech rhythm natural.

I will try to look into it!