MFPKEY_WMAAECMA_MIC_GAIN_BOUNDER Property

banner art

Specifies whether the Voice Capture DSP applies microphone gain bounding.

Constant for IPropertyBag

Available only by using IPropertyStore.

Data Type

VT_BOOL

Default Value

VARIANT_TRUE

Remarks

Microphone gain bounding ensures that the microphone has the correct level of gain. If gain is too high, the captured signal might be saturated and will be clipped. Clipping is a non-linear effect, which will cause the acoustic echo cancellation (AEC) algorithm to fail. If the gain is too low, the signal-to-noise ratio is low, which can also cause the AEC algorithm to fail or not perform well.

This property can have the following values.

Value Description
VARIANT_TRUE Enable microphone gain bounding.
VARIANT_FALSE Disable microphone gain bounding.

The default value of this property is VARIANT_TRUE (enabled).

Microphone gain bounding is applies only when the DSP operates in source mode. In filter mode, the application must ensure that the microphone has the correct gain level.

Applies To

Requirements

Client: Requires Windows Vista or Windows XP.

Header: Include wmcodecdsp.h.

See Also