process

abstract fun process(numBands: Int, numFrames: Int, buffer: ByteBuffer)

Processes the given capture or render signal. NOTE: `buffer.data` will be freed once this function returns so callers who want to use the data asynchronously must make sure to copy it first.