onMoreData

abstract fun onMoreData(bufferData: AudioStreamBufferData)

Called by the system to request audio data.

Parameters

bufferData

The audio data buffer to be filled with audio samples.

See also

for details on the buffer structure and usage.