deezer / deezer/spleeter

[Discussion] Input samples granularity

Open
#192 2 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
28.4k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

First I'd like to thank to all the team for this amazing project. :+1:

I'd like to implement a [GStreamer](https://gstreamer.freedesktop.org/) element wrapping `spleeter`. To do so I'd need to know exactly how much input `spleeter` needs to be able to produce a good result.

Should I buffer the whole song and send it to `spleeter`as whole? Or can I split it in smaller fragment (which size?) and aggregate `spleeter`'s outputs to build the result?
The latter would reduce buffering and would make it easier to use `spleeter` in real time pipelines.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.