micsthepick / JSVocalRedIso

Implementation of a fft center/vocals isolation plugin based on an audacity plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU usage in v2

micsthepick opened this issue · comments

Either:

Optimize what's implemented: probably will not make it very far, and will likely never match old usage

and/or

release a simplified version which should take less cpu, but have more artifacts.

PRs welcome!

What is a middle ground between version 1 and version 2 is to set the overlap factor variable to 4.

ok, in that case all that needs to be done is simply changing this line as necessary:

overlap_factor = 8;