public interface SynthesisCallback
| Modifier and Type | Method and Description |
|---|---|
int |
audioAvailable(byte[] buffer,
int offset,
int length) |
int |
done() |
void |
error() |
int |
getMaxBufferSize() |
int |
start(int sampleRateInHz,
int audioFormat,
int channelCount) |
Copyright © 2008-2013. All Rights Reserved.