NoiseCancellationAudioDevice

fun NoiseCancellationAudioDevice(context: Context, capturerFactory: AudioCapturerFactory = ::DefaultCapturerFactory, rendererFactory: AudioRendererFactory = ::DefaultRendererFactory)

Parameters

context

The Application or activity context to be used by the plugin

capturerFactory

An optional argument that allows for the capturer to be overridden.

rendererFactory

An optional argument that allows for the renderer to be overridden.