aubio_pvoc_get_win method

int aubio_pvoc_get_win(
  1. Pointer<aubio_pvoc_t> pv
)

get window size

\param pv phase vocoder to get the window size from

Implementation

int aubio_pvoc_get_win(
  ffi.Pointer<aubio_pvoc_t> pv,
) {
  return _aubio_pvoc_get_win(
    pv,
  );
}