A text-independent Speaker Recognition system written in ANSI C.
- Open Source and Cross-platform
- Uses MFCC for feature extraction
- Uses GMM for data clustering
- Supports speaker model creation
- Can record and verify an arbitrary amount of sound
1. Install the dependencies
-
SPTK and SPTK-devel
-
GTK+3.10 minimum
2. Compile it: make
3. Enjoy :)
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D