desh2608 / gss

A simple package for Guided source separation (GSS)
MIT License
105 stars 13 forks source link

Async post-processing of cuts #14

Closed desh2608 closed 1 year ago

desh2608 commented 1 year ago

In the current implementation, we chunk the enhanced segment into the original cut boundaries and save it to output files in the same loop as the batch processing. This probably makes the GPU wait while the post-processing is finished. We can probably submit the post-processing to an async function and continue with the enhancement loop to provide a little speed-up.