Function apply_polyblep_square

Source
pub fn apply_polyblep_square<S>(
    samples: &mut [S; 4],
    phases: [S; 4],
    phase_inc: S,
)
where S: Sample,
Expand description

Apply PolyBLEP corrections to a SIMD chunk of square samples.

Uses branchless SIMD for both rising (phase=0) and falling (phase=0.5) edges.