Click or drag to resize

IPPEchoFilterFilter Method

Performs echo cancellation.

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

Parameters

localFrame
Type: SystemByte
Contains speech with echo.
remoteFrame
Type: SystemByte
Contains echo.

Return Value

Type: Byte
Speech without echo.
See Also