You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
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.