C# 클래스 Glare.Audio.AudioEffect.Chorus

This effect essentially replays the input audio accompanied by another slightly delayed version of the signal. This was originally intended to emulate the effect of several musicians playing the same notes simultaneously to create a thicker, more satisfying sound. The delay time of the delayed versions is modulated by an adjustable oscillating waveform to add some variation, causing some subtle shifts in the pitch of the delayed signals to emphasize the thickening effect.
상속: AudioEffect
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Chorus ( AudioContext context ) : System

메소드 상세

Chorus() 공개 메소드

public Chorus ( AudioContext context ) : System
context AudioContext
리턴 System