µSpeech  4.1.2
Speech recognition library
 All Classes Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
syllable Class Reference

#include <uspeech.h>

Public Member Functions

 syllable ()
 
void classify (char c)
 
int * tointptr ()
 
void debugPrint ()
 

Public Attributes

int f
 
int e
 
int o
 
int s
 
int h
 
int v
 

Detailed Description

Simple Accumulator Vector. Stores simple syllables. Useful for basic word recognition.

Definition at line 63 of file uspeech.h.

Constructor & Destructor Documentation

syllable::syllable ( )

Constructor for the class

Definition at line 3 of file vocab.cpp.

Member Function Documentation

void syllable::classify ( char  c)

Classifies the character into a vector so as to create a fingerprint for the uttered syllable

Definition at line 10 of file vocab.cpp.

void syllable::debugPrint ( )

Outputs the datain the accumulator vector. Only enabled for arduino.

Definition at line 37 of file vocab.cpp.

int * syllable::tointptr ( )

Returns the vector from the accumulators as an integer pointer

Definition at line 55 of file vocab.cpp.

Member Data Documentation

int syllable::v

Accumulators for the stated characters

Definition at line 65 of file uspeech.h.


The documentation for this class was generated from the following files: