Interface LowPass

interface LowPass {
    smoothing?: number;
}

Properties

Properties

smoothing?: number