hi i am a 3rd year Bsc student and i have to do a project on "Text To Speech Conversion and Speech Recognition", as part of my college project, and i want to implement it as a mobile app..so plz help me with some suggestion..

Recommended Answers

All 2 Replies

ant to implement it as a mobile app..so plz help me with some suggestion..

android has its own api for implementing speech recognition in the package android.speech, javax.speech is the oracle java standard i believe for speech recognition.
However since iv never worked with either google would most likely reveal more :
http://developer.android.com/reference/android/speech/package-summary.html
http://docs.oracle.com/cd/E17802_01/products/products/java-media/speech/forDevelopers/jsapi-doc/javax/speech/recognition/package-summary.html

However after reviewing a number of links online about javaX speech recognition, it seems like there are a number of complaints about functionality and useage. But since your delpoying to mobile device using java id imageine android should be your preferred path.

Demo javax :
http://java.sun.com/products/java-media/speech/forDevelopers/jsapi-guide/Recognition.html

some more useful links :
http://www.roseindia.net/j2me/record-sound.shtml
tutorial on recording sound using javaMe, all this depends upon which api you choose to implement and which device you choose. Id be able to help more if you were to give a specific target device.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.