Type Definition rfmod::callbacks::DspReadCallback [] [src]

type DspReadCallback = Option<fn(dsp_state: &DspState, in_buffer: &mut [f32], out_buffer: &mut [f32], length: u32, inchannels: i32, outchannels: i32) -> Status>;

allow the user to modify data that will be read