[][src]Function gaborator_sys::synthesize

pub fn synthesize(
    b: &Analyzer,
    coefs: &Coefs,
    signal_begin_sample_number: i64,
    signal: &mut [f32]
)

Synthesize signal samples from the coefficients coef and store them at signal. t1 parameter from Gaborator's synthesize method is caluclated based on supplied slice size.

The time range may extend outside the range analyzed using analyze(), in which case the signal is assumed to be zero in the un-analyzed range.