Giter Site home page Giter Site logo

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 uses JUCE and spleeterpp to make a simple application that runs spleeter in c++.

Credit for most of this work goes to https://github.com/gvne.

Build:

prerequsites

  1. Optional: download and install Intel's math kernel library. If you do not install it, leave out the Drtff_use_mkl=ON cmake flag and remove the mlk libraries from externalLibraries in the jucer file.
  2. Download and install JUCE
  3. On MacOS, install xcode. On Win, install Visual Studio 2017.
  4. On Win, install git-bash.
  5. git clone https://github.com/diracdeltas/spleeterpp.git && cd spleeterpp
  6. In bash or git-bash, set SPLEETERPP_INSTALL_DIR=$(pwd)/install
  7. Install anaconda from https://docs.anaconda.com/anaconda/install/. On Windows, make sure that conda is in your path and the Python version that comes with Conda precedes the regular system Python in your path (make sure ~/anaconda3 is first in the path and ~/anaconda3/Scripts is also in the path).

building

  1. on macOS: mkdir build && cd build && cmake -GXcode -Drtff_use_mkl=ON -DCMAKE_INSTALL_PREFIX=$SPLEETERPP_INSTALL_DIR ... on windows, replace Xcode with ""Visual Studio 15 2017 Win64"
  2. run cmake --build . --target install --config Release. on MacOS, this may fail if Tensorflow wasn't correctly downloaded. to fix, delete the (NOT tensorflow_lib OR NOT tensorflow_framework_lib) condition from cmake/add_tensorflow.cmake, then run step 1 again.
  3. in another folder, do git clone https://github.com/diracdeltas/vstSpleeter.git && cd vstSpleeter. on Windows, also do git checkout feature/windows
  4. bash configure.sh $SPLEETERPP_INSTALL_DIR
  5. open the .jucer file in projucer and click on the VS2017 or xcode icon to open in your IDE.
  6. build the targets in your IDE, making sure that the scheme is set to Release.
  7. on windows, copy extras/tensorflow.dll to %SystemRoot%\system32 (you may need to open File Explorer as administrator to do this), then run postbuild.sh to package the vst3.

vstspleeter's People

Contributors

diracdeltas avatar gvne 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.