What I have is a set of about 50-100 words. When I say a word, I want a counter connected to that word to increment. I'm familiar with object oriented programming, but never have used speech recognition tools. On the project web page, it says Sphinx is not recommended for someone without experience. With my simple app, do the gurus out there think my oo experience is enough? Or can you recommend another voice tool for my simple app?
The end application is to count mold spores from a slide. It beats writing down dashes, or hitting a keyboard.
Appreciate the time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would suggest taking a look at some of the demo programs included with Sphinx-4. For instance the HelloDigits demo shows how to recognize someone speaking digits. These programs should be fairly simple to understand. If you understand the demos, then you should understand enough to make your mold-spore assistant work properly.
Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What I have is a set of about 50-100 words. When I say a word, I want a counter connected to that word to increment. I'm familiar with object oriented programming, but never have used speech recognition tools. On the project web page, it says Sphinx is not recommended for someone without experience. With my simple app, do the gurus out there think my oo experience is enough? Or can you recommend another voice tool for my simple app?
The end application is to count mold spores from a slide. It beats writing down dashes, or hitting a keyboard.
Appreciate the time.
Yottameter:
I would suggest taking a look at some of the demo programs included with Sphinx-4. For instance the HelloDigits demo shows how to recognize someone speaking digits. These programs should be fairly simple to understand. If you understand the demos, then you should understand enough to make your mold-spore assistant work properly.
Paul