processAudio

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

Process the audio frame (10ms).

Note: audio processing methods will be called regardless of whether isEnabled returns true or not.

Sources

SDK source
Link copied to clipboard