jatinchowdhury18 / PluginRunner

Utility command-line application for running audio through a plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PluginRunner

A minimal command-line application for running audio through an audio plugin. Made with JUCE. Mostly only tested on Windows.

Usage

$ ./PluginRunner.exe <plugin> <input wav file> <output wav file (optional)>

For example:

$ ./PluginRunner.exe myPlugin.vst3 test.wav test-out.wav

Building

Build with JUCE version 5.4.4. Make sure you have the VST2 SDK set up in your JUCE global paths.

License

Licensed under the WTFPL. Enjoy!

About

Utility command-line application for running audio through a plugin

License:Do What The F*ck You Want To Public License


Languages

Language:C++ 100.0%