Skip to content
/ ml-vst Public
forked from carlthome/ml-vst

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

License

Notifications You must be signed in to change notification settings

msvbg/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).

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

Languages

  • C++ 85.9%
  • CMake 14.1%