gvne / spleeterpp

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

Is there a way to reduce the memory usage? #30

Open PRPoundSix opened 4 years ago

PRPoundSix commented 4 years ago

Is there a way to reduce/limit the memory usage? A 10mb wav input is using upward of 10gb memory to do the splitting.

gvne commented 3 years ago

Hi @PRPoundSix in theory using the filter interface should give you a fixed memory footprint no matter the duration of your input file