I want to do a little apllication, does any one know of a good speaker dependent speech recognition engin with sdk. (not speech to text engins)
thank you,
Efrat
I want to do a little apllication, does any one know of a good speaker dependent speech recognition engin with sdk. (not speech to text engins)
thank you,
Efrat
Sphinx is probably along the lines of what you re looking for. It s an open-source speech recognition platform, and an ongoing project at Carnegie-Mellon University.
I used sphinx-4 to arrive at an acccuracy of 82.25%. I am figuring out how to increase it greater than 95%. I am transcribing only one persons voice so if a speaker dependent system will be helpful that will be great. vocabulary is around 40,000 words. I have a dual core system and i could easily run sphinx-train and sphinx4 decoder though the trainer takes a day to train 40 hours of audio that i have and the decoder is realtime.
I want to know if there is a product / open-source library that i can make use of to increase my accuracy percentage.
Thanks, Dharani
there are speaker dependent engins, they are more primitive, like allot of the cellphones have. the do not attempt to convert to text, they just do signal comparison. and that what I need.
Please elaborate. What platform? What size vocabulary? What performance constraints? Continuous? Semi-continuous? What do you mean by "not speech to text engine"?
If you need something simple and small, you might want to try EARS written in C and not very big, probably good for beginners.
I am trying to build an application (which would use the Hindi language and other regional languages) to get speech voice commands. I also need text to speech functionality in my application. I was ...
I need to detect the user voice when they pick-up the reciever on the other end. Because Modems usually start playing files (playback terminal) when the first ring goes there. So I planned to use ...
I want to do a little apllication, does any one know of a good speaker dependent speech recognition engin with sdk. (not speech to text engins) thank you, Efrat
I m making my final year project i.e. speech recognition. but I don t have any idea how to start. I will use c#. Please can anyone guide me how to start? what should be the first step? Thanks
我们计划使用微软讲话标本。 我们现在在Windows XP上使用Microsoft Sam声音,坦率地说,它可怕......。 几乎不可能听到......。
What API s provide Nokia for Sound to text and text to sound transformation for Java or C++ programmer? What do I need? Links to best API s of your choise Links to best Blog Articles/Tutorials on ...
How to turn pcm audio into text using some lib written entirely in the CC++ programming language? So I have pcm file. I want to turn it into text. how to do it? (with speech recognizer lib of your ...
I m making a program that does stuff (Sorry, I m not allowed to say what it is), but I want to be able to let Windows Speech somehow "know" that there are linklabels and buttons on my Forms, so that ...