Skip to content

Source Code Hacking

Arjo Chakravarty edited this page Dec 29, 2013 · 3 revisions

To get started hacking on this project you should make all changes to the 4.x-workingBranch, fork it and then make your changes. Once done make a pull request. If you wish to contribute to this project take a look at the low hanging fruit. Basic C++ knowledge is good enough to fix all of these issues.

The following files are for the following purposes:

  • keywords.txt - Arduino IDE syntax highlighting.
  • phoneme.cpp - the Actual algorithm. Poke around here to understand whats going on, but don't make changes unless you know what you are doing.
  • signal.cpp - the utility functions of the signal class.
  • uspeech.h - the header file.
  • vocab.cpp - the functions for the syllable class.
Clone this wiki locally