Mercurial > hg > qm-dsp
diff dsp/segmentation/ClusterMeltSegmenter.cpp @ 347:e3dedded9c4d
Merge from pvoc branch
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 04 Oct 2013 16:43:44 +0100 |
parents | 9c8ee77db9de |
children | e4a57215ddee |
line wrap: on
line diff
--- a/dsp/segmentation/ClusterMeltSegmenter.cpp Tue Oct 01 15:15:59 2013 +0100 +++ b/dsp/segmentation/ClusterMeltSegmenter.cpp Fri Oct 04 16:43:44 2013 +0100 @@ -209,7 +209,7 @@ window->cut(frame); - fft->process(false, frame, real, imag); + fft->forward(frame, real, imag); constq->process(real, imag, cqre, cqim);