pub unsafe extern "C" fn new_aubio_sampler(
    samplerate: uint_t,
    hop_size: uint_t
) -> *mut aubio_sampler_t
Expand description

create new sampler object

\param samplerate the sampling rate of the new sampler \param hop_size the block size of the new sampler

\return the newly created ::aubio_sampler_t