Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech::Recognition
interface RecognizerAudioListener
Files: GNOME_Speech.idl
GNOME-Speech-Recognition-RecognizerAudioListener-inheritance GNOME-Speech-SpeechObject.html Bonobo-Unknown.html
Operations Summary:
 voidaudioLevel(in RecognizerAudioEvent e)
 voidspeechStarted(in RecognizerAudioEvent e)
 voidspeechStopped(in RecognizerAudioEvent e)

Operations Inherited from Bonobo::Unknown
ref, unref, queryInterface

Operation Details:
 void audioLevel(in RecognizerAudioEvent e)

AUDIO_LEVEL event has occurred indicating a change in the current volume of the audio input to a recognizer.

Parameters:
e - the audio event.
See Also:
RecognizerAudioEvent#AUDIO_LEVEL


 void speechStarted(in RecognizerAudioEvent e)

The recognizer has detected a possible start of speech.

Parameters:
e - the audio event.
See Also:
RecognizerAudioEvent#SPEECH_STARTED


 void speechStopped(in RecognizerAudioEvent e)

The recognizer has detected a possible end of speech.

Parameters:
e - the audio event.
See Also:
RecognizerAudioEvent#SPEECH_STOPPED