Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

LowPassSettings

The settings for the low pass filter.

API/Interfaces/LowPassSettings
hoshimi/src/types/Filters.d.ts

Signature

export interface LowPassSettings

Properties

1
smoothing

Methods

0

No methods.

Properties

smoothing#
smoothing?: number;

The smoothing of the low pass filter.

@type{number | undefined}