pub unsafe extern "C" fn echo_can_init(
len: c_int,
adaption_mode: c_int,
) -> *mut echo_can_state_tExpand description
Create a voice echo canceller context. \param len The length of the canceller, in samples. \return The new canceller context, or NULL if the canceller could not be created.