IProcessorAudioEffect

An audio effect that can't be dispatched to another thread. The result is used by the audio pipeline.

The RawFrame.rawBuffer can't be modified.

Inheritors

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun process(isMuted: Boolean, data: RawFrame): RawFrame

Process a data and returns a result.