Skip to content

(WIP) Create VST plugins with JUCE that run machine learning models.

License

Notifications You must be signed in to change notification settings

carlthome/ml-vst

Repository files navigation

Audio plugin development with deep learning models

Still a work-in-progress. Nothing to see here yet.

Build

First, install CMake and a generator (like Ninja).

Clone the project with submodules:

git clone --recurse-submodules https://github.com/carlthome/ml-vst

Then generate a project and build it.

# Generate a build project (with e.g. Ninja).
mkdir build && cd build
cmake -S=.. -B=. -G=Ninja --fresh

# Build project.
cmake --build .

References

About

(WIP) Create VST plugins with JUCE that run machine learning models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published