JunaidCS032 / OpenVCIK

An open source voice control interface kit implemented in C++ for voice based control applications such as robot control, device control.

Home Page:htt://projectopenvcik.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Open-source Voice Command Interface Kit

The OpenVCIK is an open-source platform for developing voice based control applications such as robot control, device control, and home automation. The OpenVCIK software is implemented as a light-weight framework - OpenVCIK Framework , which is written in C++ for speed and efficincy and provides all the base features such as sensor data structures, queues, speech recognition (using Pocketsphinx), TTS (using Flite).The OpenVCIK also provides a C++ library - OpenVCIKServices for quick application developement on top of the framework therey by allowing the Kit to be easily integerated to such mentioned voice based control application.

For API documentations, tutorials, and other deitails see Wiki.

Contact

The project's core team members are: Junaid Ahmed Ansari (ansariahmedjunaid@gmail.com, github: junaidcs032), Arasi Sathyamurthi (arasi@rri.res.in) and Prof. Ramesh Balasubramanyam (ramesh@rri.res.in). All the members can be reached by their respective emails for queries. However, for quereies specific to codes and bugs, please contact Junaid; Junaid will be maintaining this repository.

License

Copyright (c) 2015-2016, Raman Research Insitute, Bangalore, India. All rights resereverd.

The OpenVCIK is covered under the GPL license. According to this licenese, you can use, modify or redistribute the code provided the conditions posed by the GPL for redistribution is met and you don't HOLD US LIABLE i.e. this code is open-sourced WITHOUT ANY WARRANTY.

For complete license text refer the LICENSE FILE.

Note: The license applies only to the Project OpenVCIK.

About

An open source voice control interface kit implemented in C++ for voice based control applications such as robot control, device control.

htt://projectopenvcik.github.io

License:Other


Languages

Language:C++ 100.0%