[][src]Function aubio_sys::aubio_pvoc_rdo

pub unsafe extern "C" fn aubio_pvoc_rdo(
    pv: *mut aubio_pvoc_t,
    fftgrain: *mut cvec_t,
    out: *mut fvec_t
)

compute signal from spectral frame

This function takes an input spectral frame fftgrain of size [buf_s] and computes its inverse Fourier transform. Overlap-add synthesis is then computed using the previously synthetised frames, and the output stored in out.

\param pv phase vocoder object as returned by new_aubio_pvoc \param fftgrain input spectral frame \param out output signal (hop_s long)