public interface AudioRecorder extends Disposable
dispose().| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the AudioRecorder
|
void |
read(short[] samples,
int offset,
int numSamples)
Reads in numSamples samples into the array samples starting at offset.
|
void read(short[] samples,
int offset,
int numSamples)
samples - the array to write the samples tooffset - the offset into the arraynumSamples - the number of samples to be readvoid dispose()
dispose in interface Disposable