Function basic_dsp_interop::facade64::interpolatef64 [] [src]

pub extern fn interpolatef64(vector: Box<VecBuf>,
                             impulse_response: i32,
                             rolloff: f64,
                             interpolation_factor: f64,
                             delay: f64,
                             len: usize)
                             -> VectorInteropResult<VecBuf>

impulse_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