ellington-project / ellington

Automated tempo estimation for swing dance DJs
GNU General Public License v3.0
10 stars 0 forks source link

Parallelise analysis stage #4

Open AdamBrouwersHarries opened 6 years ago

AdamBrouwersHarries commented 6 years ago

With the current naive bpm tools algorithm each track takes roughly a second to process. Scaling this up, this coul dmean a long processing time for a large library. Ideally, we would be able to parallelise this process.