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
Field Value
Value = 64Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET