Function bliss_audio_aubio_sys::cvec_phas_get_data

source ยท
pub unsafe extern "C" fn cvec_phas_get_data(
    s: *const cvec_t
) -> *mut smpl_t
Expand description

read phase data from a complex buffer

This is equivalent to: \code smpl_t *data = s->phas; \endcode

\param s vector to read from