kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.62k stars 248 forks source link

[SUGGESTION] Fingerprinting, resampling algos & more #218

Closed MarcoRavich closed 5 months ago

MarcoRavich commented 5 months ago

Hi there, 1st of all thanks for this awesome project !

Since we've doxed "some" open source projects for our HyMPS project we are convinced that nowadays fingerprinting algorithms are very useful for many audio retrieval/analysis/processings, so it would be great to integrate them into a library like yours.

You can find some useful resources in our AUDIO section \ Tools page \ Fingerprinting section but we strongly recommend you to check @protyposis' Aurio that has already put several together (establish some kind of collaboration could benefit both, of course).

On the resampling side, implementing different algos could push the adoption of KFR by many end-users' softwares (such as plugins, players, etc.): our resources collection is here.

Inspirations may also come from other DPS libs (resources - where KFR is listed too - here) of course.

Last but not least, let us know how - in your opinion - we could improve our categorizations and links to resources in order to favor collaborations between developers (and therefore evolution) of listed projects.

Thanks in advance.