-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the SpeechAppFrame wiki! SpeechAppFrame is a very simple open source Android/PhoneGap example of using speech recognition and TTS with Android devices. It uses the speech recognition and speech to text capabilities of Android through two PhoneGap plugins. Speech recognition is accessed through a JavaScript function (startDictation), and the results are returned as EMMA documents. You will need the Android SDK and PhoneGap to create Android applications with this code. Eclipse is also extremely useful, but there's also command line access to the Android SDK. This has been tested with Eclipse Indigo, Android SDK level 17 and Cordova PhoneGap 1.8.1. The development process should be platform-independent, but the applications developed will only run on Android. The graphics environment is authored in HTML5/JavaScript. Advanced developers may be able to work with other versions of Eclipse, Android, and PhoneGap. Advanced developers may also be interested in exploring the Java source in SpeechRecognizePlugin.java and adding functionality from the Google Speech Recognizer API.