Function basic_dsp_interop::facade64::interpolate64 [] [src]

#[no_mangle]
pub extern "C" fn interpolate64(
    vector: Box<VecBuf>,
    frequency_response: i32,
    rolloff: f64,
    dest_points: usize,
    delay: f64
) -> VectorInteropResult<VecBuf>

frequency_response argument is translated to:

  1. 0 to SincFunction
  2. 1 to RaisedCosineFunction

rolloff is only used if this is a valid parameter for the selected impulse_response