KojiYoshioka
KojiYoshioka
Sorry. zip seems to be broken. I'm working to solve.
@faroit I plan to release source code later, But I'm not ready documentation because it is quite complicated to build. (self building python, include it to Resource and so on,,,)...
@fadhlirahim I'm bundling static binaries of ffmpeg, libsndfile and spleeter in this app. No needs to manually install the dependencies.
I've re-uploaded app. Now it can skip Mac's GeteKeeper. https://github.com/kyab/MySpleeter/releases/download/20200904_2/MySpleeter20200904.dmg @LeoDixon Now it also should work on Mojave.
@realies, seems like same problem as https://github.com/deezer/spleeter/issues/306. Could you please delete /Users/realies/Library/Application Support/MySpleeter directory, then try again with internet connection? It will re-download pertained models.
@YuantongL Do you plan to embed spleeter in your Mac app? or do you want to know generic way to static link?
@makecloud No. MySpleeter is just a GUI version of spleeter. Spleeter does split into vocals, drums, bass, piano, and others (for 5 stems version). Guitar will be mixed into others.
Hi @YuantongL , I wrote down some documentation on my repository https://github.com/kyab/MySpleeter Please check "Development Documentation". You may encounter with some troubles, then let's continue discussion on https://github.com/kyab/MySpleeter/issues/1
@Rudy0018 see https://github.com/kyab/MySpleeter/issues/4#issuecomment-998421399
Same error on macOS Catalina. [koji@MacBook-Pro:~/work/PartScratch/spleeterpp/build]$ cmake --build . [ 1%] Building CXX object _deps/rtff-build/src/rtff/CMakeFiles/rtff.dir/fft/fftw/fftw_fft.cc.o /Users/koji/work/PartScratch/spleeterpp/build/_deps/rtff-src/src/rtff/fft/fftw/fftw_fft.cc:5:10: fatal error: 'fftw3.h' file not found #include "fftw3.h" ^~~~~~~~~ 1 error generated. make[2]: ***...