Skip to main content

echo_can_init

Function echo_can_init 

Source
pub unsafe extern "C" fn echo_can_init(
    len: c_int,
    adaption_mode: c_int,
) -> *mut echo_can_state_t
Expand 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.