Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

API reference

arjo129 edited this page Sep 11, 2012 · 10 revisions

This page outlines the core functions of the µSpeech library. At its heart the µSpeech library is made of 2 parts: the Signal API and the Speech comparator API. The Signal API provides a raw interface to the microphone signal using nicely rapped C++ objects. The comparator API takes the data from the Signal API, denoises the string and outputs a simple encoded string. This string is used to match the spoken word with a word in the vocabulary of your Arduino sketch.

The Signal API

Code references will magically appear here.

The Speech Comparator API

Magical ponies will write this one out too.

Clone this wiki locally