Skip to content

EqualizerEffect

← Back to Asset Types

Documentation for the EqualizerEffect asset type.

Location

Audio/EQ

Use in Your Files

Add this to your JSON files for IDE autocompletion and validation:

"$schema": "https://hytaledb.ginco.gg/schemas/EqualizerEffect.schema.json"

Schema

LowGain NullableNumberOrSpecial

Low band gain in decibels.

LowCutOff NullableNumberOrSpecial

Low band cutoff frequency in Hz.

LowMidGain NullableNumberOrSpecial

Low-mid band gain in decibels.

LowMidCenter NullableNumberOrSpecial

Low-mid band center frequency in Hz.

LowMidWidth NullableNumberOrSpecial

Low-mid band width.

HighMidGain NullableNumberOrSpecial

High-mid band gain in decibels.

HighMidCenter NullableNumberOrSpecial

High-mid band center frequency in Hz.

HighMidWidth NullableNumberOrSpecial

High-mid band width.

HighGain NullableNumberOrSpecial

High band gain in decibels.

HighCutOff NullableNumberOrSpecial

High band cutoff frequency in Hz.

All of
base