gvne / spleeterpp

A C++ Inference library for the Spleeter project
MIT License
162 stars 33 forks source link

Feature Request: Access to individual stem buffers. #35

Open noahneumark opened 2 years ago

noahneumark commented 2 years ago

Is there no way to do this in the current version? It seems like it only outputs a summed buffer of all the stems, and only let's you adjust volume of individual stems. I'd like to incorporate the individual stem buffers into a project as the final output.

SuperKogito commented 1 year ago

Hi Noah, I am also interested in doing this, have you maybe found a way to do this? I think we need to use the single_mask_vec_data under filter.cc to achieve this.