ISilenceSuppressor::SetRunningAverageTime

[This is preliminary documentation and subject to change.]

To adapt to background noise, the filter uses a running average energy for sample buffers to determine which buffers are silent. This method sets the time interval currently being used to calculate the running average energy.

HRESULT SetRunningAverageTime(
  DWORD dwRunningAverageTime
);
 

Parameters

dwRunningAverageTime
[in] Length of time interval to use in running average calculation.

Return Values

NOERROR
Success.