pub unsafe extern "C" fn speex_preprocess(
st: *mut SpeexPreprocessState,
x: *mut spx_int16_t,
echo: *mut spx_int32_t,
) -> c_intExpand description
Preprocess a frame (deprecated, use speex_preprocess_run() instead)
pub unsafe extern "C" fn speex_preprocess(
st: *mut SpeexPreprocessState,
x: *mut spx_int16_t,
echo: *mut spx_int32_t,
) -> c_intPreprocess a frame (deprecated, use speex_preprocess_run() instead)