Function AudioEffectDistortion.keepHfHz

High-pass filter, in Hz. Frequencies higher than this value will not be affected by the distortion. Value can range from 1 to 20000.

double keepHfHz() nothrow @property @nogc;

void keepHfHz (
  double v
) nothrow @property @nogc;