ltc_decoder_write_double

Function ltc_decoder_write_double 

Source
pub unsafe extern "C" fn ltc_decoder_write_double(
    d: *mut LTCDecoder,
    buf: *mut f64,
    size: usize,
    posinfo: ltc_off_t,
)
Expand description

Wrapper around \ref ltc_decoder_write that accepts 64-bit floating point audio samples. Note: internally libltc uses 8 bit only.

@param d decoder handle @param buf pointer to audio sample data @param size number of samples to parse @param posinfo (optional, recommended) sample-offset in the audio-stream.