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
1
vote
1 answer

I'm using this Spleeter library for vocal seperation but it is not working

I'm using this Spleeter library for vocal seperation Spleeter-Android-iOS But it gives me 1 instead of 0 when I call the func spleeterSDK.process(wavPath!, outPath: path). I don't know what is the problem. Any help will be appreciated let ret =…
Aarfeen Ahmad
  • 76
  • 1
  • 8
1
vote
1 answer

Even though I installed ffmpeg , I got "ERROR:spleeter:ffmpeg binary not found"

Even though I installed ffmpeg , I got error saying "ERROR:spleeter:ffmpeg binary not found" how can I solve this problem I installed ffmpeg using "pip install ffmpeg"
KWSKWS
  • 11
  • 2
1
vote
1 answer

Integrate Python Library Spleeter on Android Studio

I want to build an android app based on Spleeter. But I am not sure which tool to use to bridge the way between Java and Python on Android or whether it is possible or not. I would like anyone to please shed some light onto this. I have researched…
Fc0001
  • 58
  • 12
1
vote
0 answers

Running Spleeter on Docker: Could not find a version that satisfies the requirement tensorflow==2.3.0

I am getting the following error when I try to build my docker image: ERROR: Could not find a version that satisfies the requirement tensorflow==2.3.0 (from -r requirements.txt (line 7)) (from versions: none) ERROR: No matching distribution found…
Jay
  • 141
  • 3
0
votes
0 answers

the new position of the players playing in the background and the audioplayer are different when played at the same time

seek( double newValue, ) async { audioPlayer.positionStream.listen((event) { if (event == _audioDuration) { print(newValue); _saveValue = 0; notifyListeners(); stopAll2(); recordBool(false); // Update the icon to play…
0
votes
0 answers

GPU memory not released after Tensorflow process in Flask

I have a Flask app that runs a tensorflow model, which is deezer/spleeter, but I believe the problem is related to tensorflow not spleeter, when I call the Flask API, the GPU memory is utilized but the problem is when the process ends, the GPU…
Fady's Cube
  • 158
  • 1
  • 7
0
votes
0 answers

How to fix "The filename, directory name, or volume label syntax is incorrect: https//" when using child_process on NodeJS

I am trying to spawn Deezer/Spleeter using NodeJS child_process. For the arguments Im passing the location of audio file from the api. Something like this: const {spawn} = require('child_process'); function runSpleeter(audioPath) { const command =…
Jayant
  • 98
  • 8
0
votes
0 answers

Spleeter: Real-time Audio Vocal Removal Issue with 'spleeter' and PyAudio

I have been using the spleeter library in Python to separate vocals from an audio file, and it works perfectly when processing a pre-recorded audio file. However, I am trying to implement real-time audio vocal removal using spleeter with PyAudio,…
Hijam
  • 1
  • 1
0
votes
0 answers

Spleeter and BeatNet incompatible numpy/numba libraries, any solutions?

I want to use two Python libraries, but they seem to be incompatible due to conflicting Numba requirements. I have found a workaround, but it's quite convoluted. I'm currently working in Google's Colab environment, but I don't think this is related…
user3735204
  • 81
  • 1
  • 8
0
votes
0 answers

Is it possible to run spleeter on mac m1?

I tried to download spleeter on my mac m1 version, but it keeps to occur errors everytime no matter what method I use. Using pip : note: This error originates from a subprocess, and is likely not a problem with pip. error:…
부건혁
  • 91
  • 7
0
votes
0 answers

unable separate source from music using spleeter python library

I am using spleeter python library to separate source from .mp3 audio files. I can separate source when using only one file but when I try to iterate through a number audio files using for loop it doesn't work. I am putting my code and error…
Salman
  • 1
  • 2
0
votes
0 answers

Getting weird Spleeter error and how to address it

I'm trying to use Spleeter to get a dictionary of the separate tracks (vocals, bass, etc.) from a wav file and the following is my code: def seperator(): separator = Separator('spleeter:4stems') file = "test.wav" audio_loader =…
wroex24
  • 33
  • 7
0
votes
0 answers

Error:The conflict is caused by: Spleeter 2.3.0 depends on tensorflow==2.5.0 Spleeter 2.1.0 depends on tensorflow==2.3.0 on Raspberry pi3 3

I am trying to write a bash script on a Raspberrypi 3B that includes the library 'Spleeter'. I tried pip install spleeter but got the following error: The conflict is caused by: Spleeter 2.3.0 depends on tensorflow==2.5.0 Spleeter 2.1.0 depends on…
0
votes
0 answers

tried to install spleeter, got miniconda, then anaconda, then python, then it broke and I wanna start over

Please help I don't know anything about code or anything. I just wanna install spleeter but got and made great progress with the million steps of troubleshooting. Now I wanna delete miniconda, anaconda and python. I went to finder to delete the…
0
votes
0 answers

Python/Anaconda Package Mess

I'm not exactly the most savvy when it comes to this kinda stuff. It also doesn't help that I'm normally a windows user but stuck on a mac for the time being. I'll cut to the chase in hopes of you guys maybe understanding what I'm trying to get…
Jamil
  • 1
  • 1
1
2