AudioProcessingConstants Class

  • java.lang.Object
    • com.microsoft.cognitiveservices.speech.audio.AudioProcessingConstants

public class AudioProcessingConstants

Represents audio processing constants used for specifying the processing in AudioProcessingOptions.

Field Summary

Modifier and Type Field and Description
static final int AUDIO_INPUT_PROCESSING_DISABLE_DEREVERBERATION

Disables dereverberation in the audio processing pipeline.

static final int AUDIO_INPUT_PROCESSING_DISABLE_ECHO_CANCELLATION

Disables echo cancellation in the audio processing pipeline.

static final int AUDIO_INPUT_PROCESSING_DISABLE_GAIN_CONTROL

Disables automatic gain control in the audio processing pipeline.

static final int AUDIO_INPUT_PROCESSING_DISABLE_NOISE_SUPPRESSION

Disables noise suppression in the audio processing pipeline.

static final int AUDIO_INPUT_PROCESSING_ENABLE_DEFAULT

Enables default built-in input audio processing.

static final int AUDIO_INPUT_PROCESSING_ENABLE_VOICE_ACTIVITY_DETECTION

Enable voice activity detection in input audio processing.

static final int AUDIO_INPUT_PROCESSING_NONE

Disables built-in input audio processing.

Constructor Summary

Constructor Description
AudioProcessingConstants()

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

AUDIO_INPUT_PROCESSING_DISABLE_DEREVERBERATION

public static final int AUDIO_INPUT_PROCESSING_DISABLE_DEREVERBERATION

Disables dereverberation in the audio processing pipeline.

AUDIO_INPUT_PROCESSING_DISABLE_ECHO_CANCELLATION

public static final int AUDIO_INPUT_PROCESSING_DISABLE_ECHO_CANCELLATION

Disables echo cancellation in the audio processing pipeline.

AUDIO_INPUT_PROCESSING_DISABLE_GAIN_CONTROL

public static final int AUDIO_INPUT_PROCESSING_DISABLE_GAIN_CONTROL

Disables automatic gain control in the audio processing pipeline.

AUDIO_INPUT_PROCESSING_DISABLE_NOISE_SUPPRESSION

public static final int AUDIO_INPUT_PROCESSING_DISABLE_NOISE_SUPPRESSION

Disables noise suppression in the audio processing pipeline.

AUDIO_INPUT_PROCESSING_ENABLE_DEFAULT

public static final int AUDIO_INPUT_PROCESSING_ENABLE_DEFAULT

Enables default built-in input audio processing.

AUDIO_INPUT_PROCESSING_ENABLE_VOICE_ACTIVITY_DETECTION

public static final int AUDIO_INPUT_PROCESSING_ENABLE_VOICE_ACTIVITY_DETECTION

Enable voice activity detection in input audio processing.

AUDIO_INPUT_PROCESSING_NONE

public static final int AUDIO_INPUT_PROCESSING_NONE

Disables built-in input audio processing.

Constructor Details

AudioProcessingConstants

public AudioProcessingConstants()

Applies to