1

I'm searching for an implementation of JSAPI that can be used with Java EE (JSF). What implementation is better with JSF?

The examples that I found, don't have an implementation for java web. The installation is in the web server or the local machine user's in for this case?

leppie
  • 115,091
  • 17
  • 196
  • 297
  • FreeTTS or IBM's Speech for Java. The oficial sites have a documentation, but i don't find the implementation for this. – paulo victor Feb 27 '15 at 19:25

1 Answers1

1

Don't use JSAPI, it's pretty obsolete and somewhat useless API. It was never successful as a standard.

Just use CMUSphinx http://cmusphinx.sourceforge.net/wiki/tutorialsphinx4

Nikolay Shmyrev
  • 24,897
  • 5
  • 43
  • 87