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

dist value for similar audios #3

Open
enviz opened this issue Mar 30, 2019 · 0 comments
Open

dist value for similar audios #3

enviz opened this issue Mar 30, 2019 · 0 comments

Comments

@enviz
Copy link

enviz commented Mar 30, 2019

print("The normalized distance between the two : ",dist) # 0 for similar audios

This is not really an issue,but a doubt rather.

It's mentioned as a comment that the dist value for similar audios should be 0 or close to 0? If that's what you meant.

I am doing a speech project in which I'm comparing the similarity between audios. Basically I have a bunch of phoneme recordings from the same voice. Some of them sound similar and some of them don't. So I am using this dist measure to quantify that similarity. And based on what i've observed so far with the samples I have,a dist value of anything less than 180 is holding true for similar sounding phoneme recordings and greater than 180 for the dissimilar ones.
And it's never or not even close to zero.

Can I use this condition to compare the similarities? Please let me know. Thanks in advance.

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

1 participant