D I L M R S V

D

dispose() - Method in class simpleSpeech.Listen
Dispose the Recognizer
dispose() - Method in class simpleSpeech.Speak
Dispose the Voice

I

isRecording() - Method in class simpleSpeech.Listen
Is the Microphone recording?
isSpeaking() - Method in class simpleSpeech.Speak
Is the Voice still Speaking?

L

Listen - Class in simpleSpeech
Listen: a Class for speech recognition (using the Sphinx engine
Listen(PApplet, String) - Constructor for class simpleSpeech.Listen
Constructor: instantiate the class in procesing's standard way: pass "this" as a parameter, when instantiating in a Processing applet
listVoices() - Method in class simpleSpeech.Speak
List the available Voices in the Console

M

makeEvent() - Method in class simpleSpeech.Listen
Create the Listen Event

R

readString() - Method in class simpleSpeech.Listen
Returns a string with the recognised text It should be called within the listenEvent() handler
void listenEvent(Listen _l) {
   // GET RECOGNISED TEXT
   stringRead = _l.readString();
}
run() - Method in class simpleSpeech.Listen
Run the Recognizer

S

simpleSpeech - package simpleSpeech
 
Speak - Class in simpleSpeech
Speak: a Class for speech synthesis
Speak(PApplet) - Constructor for class simpleSpeech.Speak
Constructor: instantiate the class in procesing's standard way: pass "this" as a parameter,
when instantiating in a Processing applet
It uses the default voice (kevin16)
Speak(PApplet, String) - Constructor for class simpleSpeech.Speak
Constructor (overload): instantiate the class in procesing's standard way: pass "this" as a parameter,
when instantiating in a Processing applet
voiceName selects the voice to use (kevin or kevin16)
speak(String) - Method in class simpleSpeech.Speak
Speaking text from a string
speakAndWait(String) - Method in class simpleSpeech.Speak
Speak and Wait

V

version() - Method in class simpleSpeech.Listen
Displays Version Information Of This Library In The Console
version() - Method in class simpleSpeech.Speak
Displays Version Information of this Library in the Console

D I L M R S V