pub unsafe extern "C" fn speex_decoder_init(
mode: *const SpeexMode,
) -> *mut c_voidExpand description
Returns a handle to a newly created decoder state structure. For now, the mode argument can be &nb_mode or &wb_mode . In the future, more modes may be added. Note that for now if you have more than one channels to decode, you need one state per channel.
@param mode Speex mode (one of speex_nb_mode or speex_wb_mode) @return A newly created decoder state or NULL if state allocation fails