|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.speech4j.speech.NativeObject | +--com.speech4j.speech.Audio | +--com.speech4j.speech.AudioSource
Represents IAudioSource interface
Constructor Summary | |
AudioSource()
|
Method Summary | |
byte[] |
getData(int count)
IAudioSource::DataGet |
int |
getDataAvailable()
IAudioSource::DataAvailable. |
Methods inherited from class com.speech4j.speech.Audio |
claim, flush, getLevel, getPosn, getTotal, getWaveFormat, setLevel, setWaveFormat, start, Stop, unClaim |
Methods inherited from class com.speech4j.speech.NativeObject |
bytes2String, cleanup, getObjID, processMessages, stopProcessingMessages, string2Bytes, testSpeech |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AudioSource()
Method Detail |
public int getDataAvailable() throws SpeechException
SpeechException
public byte[] getData(int count) throws SpeechException
count
- number of bytes to get.
SpeechException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |