public abstract class DefaultAIListener extends java.lang.Object implements AIListener
| Constructor and Description |
|---|
DefaultAIListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAudioLevel(float level)
Event fires every time sound level changed.
|
void |
onListeningFinished()
Event fires when recognition engine finish listening
|
void |
onListeningStarted()
Event fires when recognition engine start listening
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonError, onResultpublic void onAudioLevel(float level)
AIListeneronAudioLevel in interface AIListenerlevel - the new RMS dB valuepublic void onListeningStarted()
AIListeneronListeningStarted in interface AIListenerpublic void onListeningFinished()
AIListeneronListeningFinished in interface AIListener