spleeter4max icon indicating copy to clipboard operation
spleeter4max copied to clipboard

Leave install instructions using Miniconda and fix the shortcut within Max4Live

Open johnnybigoode-zz opened this issue 4 years ago • 2 comments

I see many users frustrated with the install part of the plug-in, but everything can be easily streamlined if you use Miniconda.

conda install -c conda-forge spleeter

That's from the Spleeter github, can't get easier than that.

The problem arrises that spleeter won't be available in path, because that's how conda works.

So the plug-in would need a field to point to conda and to process audio you'll need

C:\ProgramData\Miniconda3\Scripts\activate.bat C:\ProgramData\Miniconda3

Before executing spleeter

johnnybigoode-zz avatar Jul 07 '20 12:07 johnnybigoode-zz

@johnnybigoode i welcome a pull request to add conda instructions to the readme. i did try setting up miniconda on both windows and mac but ran into some issues that were a bit technical to work around.

btw - i no longer recommend the docker method since it's significantly slower than the native install. i would guess conda is slightly slower than native but probably much faster than docker.

diracdeltas avatar Jul 07 '20 18:07 diracdeltas

I'll try to come up with a more streamlined approach, but I'm not familiar with the max for love part

On Tue, Jul 7, 2020, 15:44 yan [email protected] wrote:

@johnnybigoode https://github.com/johnnybigoode i welcome a pull request to add conda instructions to the readme. i did try setting up miniconda on both windows and mac but ran into some issues that were a bit technical to work around.

btw - i no longer recommend the docker method since it's significantly slower than the native install. i would guess conda is slightly slower than native but probably much faster than docker.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/diracdeltas/spleeter4max/issues/44#issuecomment-655052038, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUS2WG5H3IYZ7FWASZ3XKLR2NUKHANCNFSM4OSYJ32Q .

johnnybigoode-zz avatar Jul 07 '20 19:07 johnnybigoode-zz