Echo Cancellation.
More...
Wrapper to Accoustic Echo Cancellation API into media port interface.
◆ pjmedia_echo_port_create()
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.
References PJ_END_DECL.