EqualizerSoundEffect

非推奨を表示

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

概要

プロパティ

  • 並列読み取り

    The output volume of frequencies greater than 4000 Hz.

  • 並列読み取り

    The output volume of frequencies lower than 400 Hz.

  • 並列読み取り

    The output volume of frequencies between 400 and 4000 Hz.

SoundEffect から継承した プロパティ
  • 並列読み取り

    Toggles the effect on and off.

  • 並列読み取り

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

プロパティ

HighGain

並列読み取り

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

LowGain

並列読み取り

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

MidGain

並列読み取り

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

方法

イベント