spleeter icon indicating copy to clipboard operation
spleeter copied to clipboard

Deezer source separation library including pretrained models.

Results 235 spleeter issues
Sort by recently updated
recently updated
newest added

[Bug]spleeter separate -p spleeter:2stems -o output audio_example.mp3,无法分离出背景音乐,如果模型没有下载下来,只是在pretrained_models目录下新建了一个2stems文件夹,里面因为网络问题导致模型没下下来,但运行spleeter separate -p spleeter:2stems -o output audio_example.mp3依然不报错,分离出来的两个accompaniment.wav和vocals.wav和原来的audio_example.mp3一模一样,并没有实现分离歌声和音乐。所以最好加个判断提示一下,如果不存在模型文件,就报错。

bug
invalid

Hello. Please help. I cannot seem to be able to install spleeter to MacOs High Sierra. Spleeter worked fine for me in Sierra but I now I cannot get it...

question

Spleeter (or a Python module it uses) appears to be incompatible with Python 3.10, however Python 3.10 is the default Python version in the recently-released Ubuntu 22.04. It is possible...

question

Spleeter is working for me natively on my M1 Max MacBook Pro, built against Apple's Metal version of TensorFlow. Instructions from memory: 1. `brew install miniforge` 2. `conda init "$(basename...

question

- [X] I didn't find a similar issue already open. - [X] I read the documentation (README AND Wiki) - [X] I have installed FFMpeg - [X] My problem is...

bug
invalid

The separate worked, I use --verbose and it shows some info, but i'm not sure it run on GPU. how can i make sure it? ``` C:\Users\Administrator\Desktop\testSound>python -m spleeter separate...

question

Hi, I'm having trouble working with the spleeter. I am currently using Windows 10 and pip. I have already followed the steps suggested in the following questions: https://github.com/deezer/spleeter/issues/666 https://github.com/deezer/spleeter/issues/546 https://github.com/deezer/spleeter/issues/456...

question
windows
ffmpeg

``` from spleeter.separator import Separator separator = Separator('spleeter:2stems') separator.separate_to_file(temp_file, '/var/www/myproject/') ``` above code rise below error `, message: ffmpeg binary not found` ![image](https://user-images.githubusercontent.com/24821294/103439647-b8744400-4c64-11eb-8053-d7dc8db11884.png) ffmpeg is installed correctly at /usr/bin/ spleeter...

bug
invalid

- [x] I didn't find a similar issue already open. - [x] I read the documentation (README AND Wiki) - [x] I have installed FFMpeg - [x] My problem is...

bug
invalid

I'm on Ubuntu and i've videos files. I will know if it's possible to use the pipes with Spleeter because i want, firstly, convert my video files in wav format...

enhancement
question
feature
next release