public static interface AudioBuffer.AudioBufferCallback
IMPORTANT: There are no guarantees what thread this callback will be run on, and it will almost never occur on the EDT.
Modifier and Type | Method and Description |
---|---|
void |
frameReceived(AudioBuffer buffer)
Method called when the contents of the AudioBuffer are changed.
|
void frameReceived(AudioBuffer buffer)
IMPORTANT: There are no guarantees what thread this callback will be run on, and it will almost never occur on the EDT.
buffer
-