I am stuck in big trouble, because I do not have any idea or example how to do it. What I need to do is compare two voices, like:
- Person 1 said "hello"
- person 2 said "hello"
- After this, if person 1 again should be able to recognize the "hello" system to recognize that this person is 1 or 2 person (this is like a voice authentication system).
I need to do this in C # or C ++.
I found that "Microsoft Speech API" and "Synthetic Toolkit" would work perfectly for my work but I did not find a good tutorial or the way to do this. Anyone can help in the success of this work
If you are looking for only one library Check with this page, which will help you.
If your actual job is creating a speech recognition code from scratch, then you are going to do a lot more difficult work, especially because there are many different routes, you go You can. Almost all of them require any kind of withdrawal (for example fft). So make sure you upgrade your signal processing methods. After you remove your attributes, you can start implementing many different approaches. Hidden-markup model, nervous network (many different varieties) .. reciprocal links ...
hidden markup model paper
No comments:
Post a Comment