Method | Description | |
---|---|---|
AcousticEchoCanceller ( int clockRate, int channels, int tailLength ) : System | ||
Capture ( byte inputData, int inputIndex, int inputLength ) : byte[] | ||
Dispose ( ) : void | ||
Render ( byte echoData, int echoIndex, int echoLength ) : void |
public AcousticEchoCanceller ( int clockRate, int channels, int tailLength ) : System | ||
clockRate | int | |
channels | int | |
tailLength | int | |
return | System |
public Capture ( byte inputData, int inputIndex, int inputLength ) : byte[] | ||
inputData | byte | |
inputIndex | int | |
inputLength | int | |
return | byte[] |
public Render ( byte echoData, int echoIndex, int echoLength ) : void | ||
echoData | byte | |
echoIndex | int | |
echoLength | int | |
return | void |