Skip to content

mosynthkey/demucs.cpp-juce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demucs GUI implementation with JUCE

Compatible with macOS / Windows

How to build

  1. Clone this repository
  2. Update submodules
git submodule update --init --recursive
  1. Install C++ dependencies (c.f. demucs.cpp/README.md)
$ sudo apt-get install gcc g++ cmake clang-tools libopenblas0-openmp libopenblas-openmp-dev
mkdir Builds
cd Builds
cmake ..
cmake --build .
  1. Run Builds/DemucsJUCE_artefacts/Demucs\ JUCE.app

About

demucs.cpp with JUCE GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published