[][src]Function aubio_sys::new_aubio_filter

pub unsafe extern "C" fn new_aubio_filter(order: uint_t) -> *mut aubio_filter_t

create new filter object

This function creates a new ::aubio_filter_t object, given the order of the filter.

\param order order of the filter (number of coefficients)

\return the newly created filter object