public class JavaSoundAudioRecorder
extends java.lang.Object
implements com.badlogic.gdx.audio.AudioRecorder
| Constructor and Description |
|---|
JavaSoundAudioRecorder(int samplingRate,
boolean isMono) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
read(short[] samples,
int offset,
int numSamples) |
public JavaSoundAudioRecorder(int samplingRate,
boolean isMono)
public void read(short[] samples,
int offset,
int numSamples)
read in interface com.badlogic.gdx.audio.AudioRecorderpublic void dispose()
dispose in interface com.badlogic.gdx.audio.AudioRecorderdispose in interface com.badlogic.gdx.utils.Disposable