Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieving most similar audio #2

Open
JuanFMontesinos opened this issue Sep 12, 2023 · 1 comment
Open

Retrieving most similar audio #2

JuanFMontesinos opened this issue Sep 12, 2023 · 1 comment

Comments

@JuanFMontesinos
Copy link

Hi,
I was wondering if you are aware of a quick way of finding the most similar constellation from a set. I guess it's like a pointcloud matching but maybe there is something done that already takes shifting into account.

Thanks,
Juan

@Aaron-AALG
Copy link
Owner

Hello Juan,

In statistics, there exist multiple concepts for computing pairwise comparisons between samples. For example, you can search the notions of metric, divergence, or similarity measure. Let's assume you have a constellation map (or audio fingerprint) A and you want to determine which sample of a set [ X i ] i = 1 n is the "most similar" to A . Then, computing Φ ( A , X i ) could be a simple solution for your problem if we consider Φ as our statistical function of "similarity".

It is worth mentioning that this is not a trivial task, since there is vast literature about this concern. Also, the selection of such a statistical function and its implementation depends on what your project is.

I hope you find it helpful,
Aarón.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants