AudioEffectChorus

Inherits: AudioEffect < Resource < Reference < Object

Category: Core

Brief Description

Adds a chorus audio effect.

Member Variables

  • float dry - The effect’s raw signal.
  • float voice/1/cutoff_hz - The voice’s cutoff frequency.
  • float voice/1/delay_ms - The voice’s signal delay.
  • float voice/1/depth_ms - The voice filter’s depth.
  • float voice/1/level_db - The voice’s volume.
  • float voice/1/pan - The voice’s pan level.
  • float voice/1/rate_hz - The voice’s filter rate.
  • float voice/2/cutoff_hz - The voice’s cutoff frequency.
  • float voice/2/delay_ms - The voice’s signal delay.
  • float voice/2/depth_ms - The voice filter’s depth.
  • float voice/2/level_db - The voice’s volume.
  • float voice/2/pan - The voice’s pan level.
  • float voice/2/rate_hz - The voice’s filter rate.
  • float voice/3/cutoff_hz - The voice’s cutoff frequency.
  • float voice/3/delay_ms - The voice’s signal delay.
  • float voice/3/depth_ms - The voice filter’s depth.
  • float voice/3/level_db - The voice’s volume.
  • float voice/3/pan - The voice’s pan level.
  • float voice/3/rate_hz - The voice’s filter rate.
  • float voice/4/cutoff_hz - The voice’s cutoff frequency.
  • float voice/4/delay_ms - The voice’s signal delay.
  • float voice/4/depth_ms - The voice filter’s depth.
  • float voice/4/level_db - The voice’s volume.
  • float voice/4/pan - The voice’s pan level.
  • float voice/4/rate_hz - The voice’s filter rate.
  • int voice_count - The amount of voices in the effect.
  • float wet - The effect’s processed signal.

Description

Adds a chorus audio effect. The effect applies a filter with voices to duplicate the audio source and manipulate it through the filter.