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

How to use GaussianMixture.java to create speaker model #2

Open
satwickdash opened this issue Sep 20, 2018 · 0 comments
Open

How to use GaussianMixture.java to create speaker model #2

satwickdash opened this issue Sep 20, 2018 · 0 comments

Comments

@satwickdash
Copy link

Hi @wahibhaq

Can you please explain how can I use the GaussianMixture.java class, in your android project of speaker detection ?

I tried to import your project into Android Studio, and now the extraction of MFCC features and dumping them into a CSV file, works perfectly. But I cannot understand how to proceed to create a Gaussian Mixture Model from those features.

I tried looking up on what should be provided as weights to the GaussianMixture class, and found the following:
StackExchange - Covariance and Weights
StackOverflow - Gaussian Component Class' weight

From what I understand, is that K-Means clustering would work to cluster different speakers separately, when the MFCC features of audio samples of all the speakers are available.
But how will K-Means clustering work, when audio sample is collected for a particular speaker ?

Please guide if I'm proceeding in the right direction, and correct my understanding if needed.
Thanks.

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