Comment 1 for bug 1101281

Revision history for this message
RJ Skerry-Ryan (rryan) wrote : Re: Speed of analyzing of BPM

Once beats are analyzed for a song then they are stored in the DB so we don't repeat the work.

I'll just leave this open as a long-term "increase the speed of the analyzer". We could do this via a couple of different strategies:

1) Reduce repeated work across our analyzers (e.g. if both QM and keyfinder do an FFT, maybe we can hack them up so that we compute the FFT in Mixxx and pass it to them so only one FFT is done).

2) Contribute to the analysis libraries to speed them up.