Skip to content

Commit 32d318d

Browse files
authored
V 1.3
bug fix, py 3.10.11, spleeter==2.4.0
1 parent 961209a commit 32d318d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Spleeter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
author: zak45
44
date: 07/02/2023
5-
version:1.2.0
5+
version:1.3.0
66
77
Chataigne Module for Deezer /spleeter
88
@@ -299,7 +299,7 @@ function runSpleeter (sequence, targetFile, model)
299299

300300
} else {
301301

302-
splOutputOptions = "ffprobeOnly";
302+
splOutputOptions = "ffprobeOnly for info";
303303

304304
var exeOPT = " " + splOutputOptions + " -o " + '"' + splOutputFolder + '" -p ' + splStems+' "' + targetFile + '" ' + verbose;
305305
script.log('command to run : '+ spleeterCMDName + exeOPT);

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "Empty",
44
"path": "Custom",
55

6-
"version": "1.2.0",
6+
"version": "1.3.0",
77
"description": "Music separation by Deezer / Spleeter.
88
Need python / tensorflow / ffmpeg
99
The models available are:

spleeter.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Rem need to be adapted depend on the running OS, this one is for Win
44
Rem will receive these parameters on entry " " + SPLoutputOptions + " -o " + '"' + SPLoutputFolder + '" -p ' + SPLstems+' "' + targetFile + '" ' + verbose
55
Rem which will give " separate -c mp3 -o audio_output -p spleeter:2stems audio_example.mp3 --verbose" for example
66

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

99
cd %WINPYDIRBASE%
1010

0 commit comments

Comments
 (0)