efrathexter
efrathexter

Reputation: 1

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

Upvotes: 0

Views: 1648

Answers (4)

Dharani Anguswamy
Dharani Anguswamy

Reputation: 11

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

Upvotes: 1

Bandi-T
Bandi-T

Reputation: 3319

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.

Upvotes: 0

efrat
efrat

Reputation: 1

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.

Upvotes: 0

Robert Elwell
Robert Elwell

Reputation: 6668

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.

Upvotes: 1

Related Questions