public interface VADControllerListener
Modifier and Type | Method and Description |
---|---|
void |
onVADBegin(AudioRecorder audioRecorder)
Called when native vad engine is in begin state
|
void |
onVADEnd()
Called when native vad engine is in end state
|
void onVADBegin(AudioRecorder audioRecorder)
audioRecorder
- an AudioRecorder which can be used to call
AudioRecorder.read(byte[], int, int)
to get datasvoid onVADEnd()