Skip to content

Commit

Permalink
V 1.3
Browse files Browse the repository at this point in the history
bug fix, py 3.10.11, spleeter==2.4.0
  • Loading branch information
zak-45 committed Jan 24, 2024
1 parent 961209a commit 32d318d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Spleeter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
author: zak45
date: 07/02/2023
version:1.2.0
version:1.3.0
Chataigne Module for Deezer /spleeter
Expand Down Expand Up @@ -299,7 +299,7 @@ function runSpleeter (sequence, targetFile, model)

} else {

splOutputOptions = "ffprobeOnly";
splOutputOptions = "ffprobeOnly for info";

var exeOPT = " " + splOutputOptions + " -o " + '"' + splOutputFolder + '" -p ' + splStems+' "' + targetFile + '" ' + verbose;
script.log('command to run : '+ spleeterCMDName + exeOPT);
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "Empty",
"path": "Custom",

"version": "1.2.0",
"version": "1.3.0",
"description": "Music separation by Deezer / Spleeter.
Need python / tensorflow / ffmpeg
The models available are:
Expand Down
2 changes: 1 addition & 1 deletion spleeter.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Rem need to be adapted depend on the running OS, this one is for Win
Rem will receive these parameters on entry " " + SPLoutputOptions + " -o " + '"' + SPLoutputFolder + '" -p ' + SPLstems+' "' + targetFile + '" ' + verbose
Rem which will give " separate -c mp3 -o audio_output -p spleeter:2stems audio_example.mp3 --verbose" for example

call "%USERPROFILE%\Documents\Chataigne\xtra\PySpleeter\WPy64-31090\scripts\env_for_icons.bat"
call "%USERPROFILE%\Documents\Chataigne\xtra\PySpleeter\WPy64-310111\scripts\env_for_icons.bat"

cd %WINPYDIRBASE%

Expand Down

0 comments on commit 32d318d

Please sign in to comment.