https://github.com/thehanimo/speaker-identification
https://github.com/thehanimo/speaker-identification
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thehanimo/speaker-identification
- Owner: thehanimo
- Created: 2018-12-15T20:57:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T06:59:00.000Z (over 7 years ago)
- Last Synced: 2025-02-05T04:43:22.113Z (over 1 year ago)
- Language: MATLAB
- Size: 8.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Speaker Identification is rapidly gaining popularity with the rise of Voice Assistants and the like. Personalization of such products often require Speaker Identification. There are numerous issues that need to be addressed before Speaker Identification can be implemented on a large scale. At the highest level, all speaker recognition systems contain two main modules:\textit{feature extraction and feature matching.} One popular feature extraction technique, MFCC, is often susceptible to noise. MFCC is used in many speech identification applications and has a range of other applications. VQ, a classical feature mapping technique, works by dividing a large set of vectors into groups having approximately the same number of points closest to them. In this project, a user authentication system has been realised with a second-layer of security by speaker identification, implemented by training a single recording of a passphrase upon registration and testing a real-time recording against the trained model to authenticate user access using Matlab.