I am about to try and use Sphinx for a batch speech recognition project (in Java), but am confused about the versions.
+ sphinx2;
+ sphinx3;
+ sphinx4;
+ pockestphinx
(especially since sphinx4 seems to be the oldest).
Are there any details about the differences between the various versions? I don't want to spend time learning one of hte releases just to find that I should have been using another one all along.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am about to try and use Sphinx for a batch speech recognition project (in Java), but am confused about the versions.
+ sphinx2;
+ sphinx3;
+ sphinx4;
+ pockestphinx
(especially since sphinx4 seems to be the oldest).
Are there any details about the differences between the various versions? I don't want to spend time learning one of hte releases just to find that I should have been using another one all along.
s4 is your choice if you would like to use Java. Skip the beta1 release and use the svn-trunk for the most recent version of s4.
-holger
Thank you.