Echo Cancellation.
More...
Detailed Description
Wrapper to Accoustic Echo Cancellation API into media port interface.
Function Documentation
Create echo canceller port.
- Parameters:
-
| pool | Pool to allocate memory. |
| dn_port | Downstream port. |
| tail_ms | Tail length in miliseconds. |
| latency_ms | Total lacency introduced by playback and recording device. Set to zero if the latency is not known. |
| options | Options, as in pjmedia_echo_create(). |
| p_port | Pointer to receive the port instance. |
- Returns:
- PJ_SUCCESS on success.