English 中文(简体)
speaker dependent speech recognition engin with sdk
原标题:

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.





相关问题
Speech Recognition with Telephone

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 ...

speaker dependent speech recognition engin with sdk

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

Speech recognition project

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

微软 Sam,SAPI替代品

我们计划使用微软讲话标本。 我们现在在Windows XP上使用Microsoft Sam声音,坦率地说,它可怕......。 几乎不可能听到......。

Windows Speech Recognition C#

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 ...

热门标签