This project aims to create a Voice Actions API for android through which developers can use this tool to hook certain Actions(Callbacks in Dev terminology) for specific Voice samples which is language Agnostic.
Voice Triggers API uses a component of CMUSphinx which is ported for Android. More on CMUSphinx is available here : http://cmusphinx.sourceforge.net/
#Installation Instrutions The Application can be run using the Android SDK. Please follow the steps given below in order
-
Java JDK Installation tutorial
Download the Java JDK package for your device here. Please Note to download <=JDK7. -
Android sdk Installation:
Download the Android SDK (Android Studio or Eclipse with ADT)
Link: https://developer.android.com/sdk/index.html
Android Studio is preferred as this was used for development of the same.
#Download
- Download this repository as a zip or clone it on your git enabled machines using this command
git clone https://github.com/hannanabdul55/VoiceTriggers.git
- Now that the code is downloaded, Open Android Stidio
- Select "Open an existing Android Studio project" if opening the first time, else go to File -> Import -> Select the folder which was downloaded.
- Once the project is imported into Android Studio, Hit the run button and execute the app on an Android device (or emulator)