GithubHelp home page GithubHelp logo

eugene-y / vstspleeter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gvne/vstspleeter

0.0 1.0 0.0 19 KB

A VST interface to Spleeter

C 28.09% C++ 60.95% Objective-C++ 9.54% R 0.95% Shell 0.46%

vstspleeter's Introduction

vst Spleeter: A VST interface to Spleeter

Note: This project has only been tested on OSx 10.14 and 10.15

This project is using JUCE and spleeterpp to make a simple application that runs spleeter in c++.

Build:

OSX

Clone spleeterpp and build the install target in Release mode.
To generate the solution do:

SPLEETERPP_INSTALL_DIR=...
cmake -GXcode -DCMAKE_INSTALL_PREFIX=$SPLEETERPP_INSTALL_DIR -Drtff_use_mkl=ON ..

In spleeter-vst project root, create a symlink to the install folder:

bash configure.sh $SPLEETERPP_INSTALL_DIR

Then, build it with JUCE ! xcopy "external/spleeterpp/build/install/models/filter" "C:\Users\guillaume\taff\perso\vstSpleeter\Builds\VisualStudio2019\x64\Release\Shared Code\models" /s /e if not exist "test" mkdir "test"

Windows

  • Clone Eigen in the external folder
  • Build spleeterpp in the external folder
  • Install the external/spleeterpp/build/install/lib/tensorflow.dll in the host application search path. The easiest is to copy it in the system directory (%SystemRoot%\system32)
  • Install the VST3 sdk in C:/SDKs
  • Open the spleeter-vst.jucer project and start the visual studio generator
  • Build with visual studio in Release mode

For the first two steps, you can run the following script:

mkdir external && cd external
git clone https://github.com/eigenteam/eigen-git-mirror.git eigen
cd eigen && git checkout 3.3.7 && cd -

git clone https://github.com/gvne/spleeterpp.git && cd spleeterpp
git checkout 586a5dc503c73fc4975aca675432a280d6ea860f
mkdir build && cd build
cmake -Drtff_use_mkl=ON -DCMAKE_INSTALL_PREFIX=$(pwd)/install ..
cmake --build . --config Release --target INSTALL
cd ../..

cd ..

vstspleeter's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.