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.
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.