aubio_pvoc_get_hop method
get hop size
\param pv phase vocoder to get the hop size from
Implementation
int aubio_pvoc_get_hop(
ffi.Pointer<aubio_pvoc_t> pv,
) {
return _aubio_pvoc_get_hop(
pv,
);
}
get hop size
\param pv phase vocoder to get the hop size from
int aubio_pvoc_get_hop(
ffi.Pointer<aubio_pvoc_t> pv,
) {
return _aubio_pvoc_get_hop(
pv,
);
}