[][src]Function rsworld_sys::Synthesis

pub unsafe extern "C" fn Synthesis(
    f0: *const c_double,
    f0_length: c_int,
    spectrogram: *const *const c_double,
    aperiodicity: *const *const c_double,
    fft_size: c_int,
    frame_period: c_double,
    fs: c_int,
    y_length: c_int,
    y: *mut c_double
)