Function apply_polyblamp_triangle

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

Apply PolyBLAMP corrections to a SIMD chunk of triangle samples.

Uses branchless SIMD for slope changes at phase=0 and phase=0.5.