Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

FilterPluginPassSettings

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

Signature

export interface FilterPluginPassSettings

Properties

2
cutoffFrequencyboostFactor

Methods

0

No methods.

Properties

cutoffFrequency#
cutoffFrequency: number;

The cutoff frequency for the high pass filter.

@type{number}
boostFactor#
boostFactor: number;

The boost factor for the high pass filter.

@type{number}