All Projects → genzen2103 → Speaker-Recognition-System-using-GMM

genzen2103 / Speaker-Recognition-System-using-GMM

Licence: other
System for identifying speaker from given speech signal using MFCC,LPC features and Gaussian Mixture Models

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
Scilab
70 projects

Speaker-Recognition-System-using-GMM

System for identifying speaker from given speech signal using MFCC,LPC features and Gaussian Mixture Models

Here we have two systems which are desinged for speaker recognition, One uses the popular MFCC features while the other does the same using Linear Predictive Coeficients.

For MFCC-GMM system, implementation is completely python based. PyaudioAnalysis library has been used for feature extraction of voiced reagion of speaker GMM modeling is done using sklearn package in python

For LPCC-GMM system implementation is partly in Scilab and python For feature extraction Scilab script is used and GMM training is done using sklearn

Various experiments done for hyderparameter optimization can be found in report.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].