AudioProcessingConstants.AUDIO_INPUT_PROCESSING_ENABLE_V2 Field

Definition

Enables the new version (V2) of input audio processing with improved echo cancellation performance. This flag is mutually exclusive with AUDIO_INPUT_PROCESSING_ENABLE_DEFAULT flag. AUDIO_INPUT_PROCESSING_DISABLE_* flags do not affect this pipeline. This feature is currently in preview and only available for Windows x64 platform in C#/C++ programming languages.

public const int AUDIO_INPUT_PROCESSING_ENABLE_V2 = 64;
val mutable AUDIO_INPUT_PROCESSING_ENABLE_V2 : int
Public Const AUDIO_INPUT_PROCESSING_ENABLE_V2 As Integer  = 64

Field Value

Value = 64

Applies to