AudioProcessingConstants.AUDIO_INPUT_PROCESSING_ENABLE_V2 Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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