Click or drag to resize
IPPEchoFilterFilter Method
Performs echo cancellation.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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