aubio_pvoc_get_win method
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,
);
}
get window size
\param pv phase vocoder to get the window size from
int aubio_pvoc_get_win(
ffi.Pointer<aubio_pvoc_t> pv,
) {
return _aubio_pvoc_get_win(
pv,
);
}