SpeexDSPSharp SpeexDSPSharp
SpeexDSPSharp SpeexDSPSharp
DocFX + Singulink = ♥

Search Results for

    Edit this page

    Enum PreprocessorCtl

    Preprocessor values for CTL interface.

    Namespace: SpeexDSPSharp.Core
    Assembly: SpeexDSPSharp.Core.dll
    Syntax
    public enum PreprocessorCtl

    Fields

    Name Description
    SPEEX_PREPROCESS_GET_AGC

    Get preprocessor Automatic Gain Control state

    SPEEX_PREPROCESS_GET_AGC_DECREMENT

    Get maximal gain decrease in dB/second (int).

    SPEEX_PREPROCESS_GET_AGC_GAIN

    Get current gain (int percent).

    SPEEX_PREPROCESS_GET_AGC_INCREMENT

    Get maximal gain increase in dB/second (int).

    SPEEX_PREPROCESS_GET_AGC_LEVEL

    Get preprocessor Automatic Gain Control level (float).

    SPEEX_PREPROCESS_GET_AGC_LOUDNESS

    Get loudness.

    SPEEX_PREPROCESS_GET_AGC_MAX_GAIN

    Get maximal gain in dB (int32)

    SPEEX_PREPROCESS_GET_AGC_TARGET

    Get preprocessor Automatic Gain Control level (int).

    SPEEX_PREPROCESS_GET_DENOISE

    Get preprocessor denoiser state

    SPEEX_PREPROCESS_GET_DEREVERB

    Get preprocessor de-reverb state.

    SPEEX_PREPROCESS_GET_DEREVERB_DECAY

    Get preprocessor de-reverb decay.

    SPEEX_PREPROCESS_GET_DEREVERB_LEVEL

    Get preprocessor de-reverb level.

    SPEEX_PREPROCESS_GET_ECHO_STATE

    Get the corresponding echo canceler state.

    SPEEX_PREPROCESS_GET_ECHO_SUPPRESS

    Get maximum attenuation of the residual echo in dB (negative number).

    SPEEX_PREPROCESS_GET_ECHO_SUPPRESS_ACTIVE

    Get maximum attenuation of the residual echo in dB when near end is active (negative number).

    SPEEX_PREPROCESS_GET_NOISE_PSD

    Get noise estimate (int32 of squared values).

    SPEEX_PREPROCESS_GET_NOISE_PSD_SIZE

    Get spectrum size for noise estimate (int).

    SPEEX_PREPROCESS_GET_NOISE_SUPPRESS

    Get maximum attenuation of the noise in dB (negative number)

    SPEEX_PREPROCESS_GET_PROB

    Get speech probability in last frame (int).

    SPEEX_PREPROCESS_GET_PROB_CONTINUE

    Get probability required for the VAD to stay in the voice state (integer percent).

    SPEEX_PREPROCESS_GET_PROB_START

    Get probability required for the VAD to go from silence to voice

    SPEEX_PREPROCESS_GET_PSD

    Get power spectrum (int[] of squared values).

    SPEEX_PREPROCESS_GET_PSD_SIZE

    Get spectrum size for power spectrum (int).

    SPEEX_PREPROCESS_GET_VAD

    Get preprocessor Voice Activity Detection state

    SPEEX_PREPROCESS_SET_AGC

    Set preprocessor Automatic Gain Control state.

    SPEEX_PREPROCESS_SET_AGC_DECREMENT

    Set maximal gain decrease in dB/second (int).

    SPEEX_PREPROCESS_SET_AGC_INCREMENT

    Set maximal gain increase in dB/second (int).

    SPEEX_PREPROCESS_SET_AGC_LEVEL

    Set preprocessor Automatic Gain Control level (float).

    SPEEX_PREPROCESS_SET_AGC_MAX_GAIN

    Set maximal gain in dB (int32)

    SPEEX_PREPROCESS_SET_AGC_TARGET

    Set preprocessor Automatic Gain Control level (int).

    SPEEX_PREPROCESS_SET_DENOISE

    Set preprocessor denoiser state

    SPEEX_PREPROCESS_SET_DEREVERB

    Set preprocessor de-reverb state.

    SPEEX_PREPROCESS_SET_DEREVERB_DECAY

    Set preprocessor de-reverb decay.

    SPEEX_PREPROCESS_SET_DEREVERB_LEVEL

    Set preprocessor de-reverb level.

    SPEEX_PREPROCESS_SET_ECHO_STATE

    Set the corresponding echo canceler state so that residual echo suppression can be performed (NULL for no residual echo suppression).

    SPEEX_PREPROCESS_SET_ECHO_SUPPRESS

    Set maximum attenuation of the residual echo in dB (negative number).

    SPEEX_PREPROCESS_SET_ECHO_SUPPRESS_ACTIVE

    Set maximum attenuation of the residual echo in dB when near end is active (negative number).

    SPEEX_PREPROCESS_SET_NOISE_SUPPRESS

    Set maximum attenuation of the noise in dB (negative number).

    SPEEX_PREPROCESS_SET_PROB_CONTINUE

    Set probability required for the VAD to stay in the voice state (integer percent).

    SPEEX_PREPROCESS_SET_PROB_START

    Set probability required for the VAD to go from silence to voice.

    SPEEX_PREPROCESS_SET_VAD

    Set preprocessor Voice Activity Detection state.