pub unsafe extern "C" fn aubio_pvoc_set_window(
    pv: *mut aubio_pvoc_t,
    window_type: *const char_t
) -> uint_t
Expand description

set window type

\param pv phase vocoder to set the window type \param window_type a string representing a window

\return 0 if successful, non-zero otherwise