Questions tagged [spleeter]

Spleeter is Deezer source separation library with pretrained models written in Python and uses Tensorflow. It makes it easy to train source separation model (assuming you have a dataset of isolated sources),

19 questions
0
votes
0 answers

Execute sudo commands as www-data in PHP

I'm trying to execute bash script commands in PHP. In the php file (commands.php) some commands doesn't work: // works echo shell_exec('whoami'); echo "
"; // works echo shell_exec('ls -al'); echo "
"; // doesn't work echo shell_exec('mkdir…
HaKa
  • 33
  • 3
0
votes
1 answer

spleeter separate video file to vocals and accompaniment, length of time is different

I want to use spleeter to spleeter separate video file to vocals audio and accompaniment audio,but length of time is different. This is the command below. spleeter separate "[file path].mp4" -p spleeter:2stems -o "[folder path]"  Input file mp4…
敬錞 潘
  • 852
  • 1
  • 14
  • 29
0
votes
1 answer

How do I pass a format-able string to a python function?

I am using a software library that saves its results in a few sound files. I want to save them with a better name in a different directory other than the default one. The software provides the optional parameter filename_format for this purpose. The…
Carter King
  • 59
  • 1
  • 5
0
votes
0 answers

How do I import and use Python libraries that were installed with Conda?

I installed spleeter using Conda in a conda virtual environment. I am trying to import the Seperator class, but I am getting a ModuleNotFoundError. How do I figure out where the spleeter python files that I am trying to access are at so I can…
Carter King
  • 59
  • 1
  • 5
1
2