EqualizerSoundEffect

Afficher les obsolètes

An equalizer allows for control of the volume of various frequency ranges for the Sound or SoundGroup the effect is parented to. This can be used to highlight particular elements of audio or minimize or outright eliminate others. The EqualizerSoundEffect gives control over three ranges of frequency: Low, Mid, and High. Their specific frequencies are as follows:

  • Low: 0 - 400 Hz
  • Mid: 400 - 4000 Hz
  • High: 4000+ Hz

Résumé

Propriétés

  • lecture parallèle

    The output volume of frequencies greater than 4000 Hz.

  • lecture parallèle

    The output volume of frequencies lower than 400 Hz.

  • lecture parallèle

    The output volume of frequencies between 400 and 4000 Hz.

Propriétés hérités de SoundEffect
  • lecture parallèle

    Toggles the effect on and off.

  • lecture parallèle

    Determines the order the effect will be applied in relation to other effects.

Propriétés

HighGain

lecture parallèle

Range: -80 to 10 (default 0) The output volume of frequencies greater than 4000 Hz. Measured in dB.

LowGain

lecture parallèle

Range: -80 to 10 (default 0) The output volume of frequencies lower than 400 Hz. Measured in dB.

MidGain

lecture parallèle

Range: -80 to 10 (default 0) The output volume of frequencies between 400 and 4000 Hz. Measured in dB.

Méthodes

Évènements