convolve32

Function convolve32 

Source
#[unsafe(no_mangle)]
pub extern "C" fn convolve32( vector: Box<VecBuf>, impulse_response: i32, rolloff: f32, ratio: f32, len: usize, ) -> VectorInteropResult<VecBuf>
Expand description

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