Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello Everyone...

Please guide me...

How to Implement voice fingerprinting in C# windows forms or console application.
Like using my voice command how can I enter the password.

please correct me if I'm wrong on the following.

1. Either first record my voice using mic and storing in .mp3 format or convert in another format and keep in database.

2. when I open my windows form or console application and it ask for password the same it should recognize my voice through mic and accept the password.


How can I implement this...

Regards
Manish Kumar
Posted

1 solution

There is a speech recognition API from Microsoft. There is no reason to store your speech in your DB. There is no way you're going to be able to detect if it's your voice or someone elses, and speech recognition in general is dodgy enough that I would expect it to only work some of the time.
 
Share this answer
 
Comments
Manish Kumar Namdev 14-Jun-11 6:17am    
Thanks Christian...
thatraja 14-Jun-11 7:37am    
[Comment from OP/Moved from answer]
How can I implement Speech Recognition API.
And after implementing API Do I need not to record voice.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900