Description: Speaker verification is implemented in Visual studio 2005 with c # development.
Includes three parts:
1. VoicePrintExistenceCheck - check if there is a voice fingerprint of a user ID
2, SpeakerVerifyTextDependRegister - if not, it is registered to the system (can be via voice files, directly through the microphone input voice) directly.
3, SpeakerVerifyTextDependVerify - confirm whether a test sample and the voice of the user fingerprint matching.
The source code contains the following sections:
* speakerVerify.* - project files for this project (for testing)
* SpeakerRecognitionActivityLib - to confirm the various steps of source code (a total of 12 c # source code files).
* DictationActivitySpeechFX - use System. Researched and written dictation function (DictationActivity. Cs, DictationActivity. Designer. Cs).
* DictationActivitySapi51 - use SAPI5.1 writing dictation function (DictationActivitySapi. Cs, DictationActivitySapi. Designer. Cs).
There are other projects running the required source code and configuration files.
File list (Check if you may need any files):