All Posts filed under »T’tips« Follow This Topic

February 20, 2009

7 Comments

Share Are you blasted up with this error message “package javax.speech does not exist”. Here is the solution: Download any one of the following 1.http://cmusphinx.sourceforge.net/sphinx4/ 2.http://freetts.sourceforge.net/docs/index.php -Extract and Go to lib folder -Install Jsapi. In Eclipse: -Copy and paste Jsapi .jar from lib folder to your project. -Right click jsapi.jar and click Build path->Add to [...]

February 17, 2009

26 Comments

Share To develop a Java based speech application “javax.speech” is the core package required but it does not come along with any of the JDK.They are recommended to be got from 3 rd parties by sun. If you can google “javax.speech” you can find in many forum’s people asking where can i download “javax.speech” package.The [...]