Trait surge_halfrate::imports::ProcessRingout
source · [−]pub trait ProcessRingout: Process + ProcessOnlyControl + GetRingout + SetRingout {
unsafe fn process_ringout<const N: usize>(
&mut self,
data_l: *mut f32,
data_r: *mut f32,
indata_present: bool
) -> bool { ... }
}