Hi..
I wanna use sphinx with asterisk to recognize specific words (digits and some
words in English)
which version you advice me to use (sphinx 2 or 3 or 4 )
and what do I need for that??
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd suggest Sphinx-4, simply because it's the most actively developed and (I
think) the easiest to use.
Of course it might also depend on the language you're most comfortable with;
Sphinx-3 is C, while Sphinx-4 is Java. Of course if you're just doing
recognition without the intent to modify underlying code, then just use
Sphinx-4, even if you don't know much Java.
The Robust Group Tutorial will fill you in on everything you need to know to
get started: http://www.speech.cs.cmu.edu/sphinx/tutorial.html
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi..
I wanna use sphinx with asterisk to recognize specific words (digits and some
words in English)
which version you advice me to use (sphinx 2 or 3 or 4 )
and what do I need for that??
thanks
I'd suggest Sphinx-4, simply because it's the most actively developed and (I
think) the easiest to use.
Of course it might also depend on the language you're most comfortable with;
Sphinx-3 is C, while Sphinx-4 is Java. Of course if you're just doing
recognition without the intent to modify underlying code, then just use
Sphinx-4, even if you don't know much Java.
The Robust Group Tutorial will fill you in on everything you need to know to
get started:
http://www.speech.cs.cmu.edu/sphinx/tutorial.html
We actually have this project
http://scribblej.com/svn/
which makes it very easy to plug ASR into *.
As for tutorial, I don't think it's required.