Click or drag to resize

IPPEchoFilterFilter Method

Performs echo cancellation.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public byte[] Filter(
	byte[] localFrame,
	byte[] remoteFrame
)

Parameters

localFrame  Byte
Contains speech with echo.
remoteFrame  Byte
Contains echo.

Return Value

Byte
Speech without echo.
See Also