gcc-nmf
gcc-nmf copied to clipboard
Is there a logical error?
In the processFrames method of GCCNMFProcessor class, the targetTDOAIndex is set after the calling of getTFMask method, which means that the mask is got using the target TDOA of last 6 frames, instead of the latest 6 frames including the current frame. My English is not very good, please forgive me.