C# 클래스 Effects.Filters.CombFilter

파일 보기 프로젝트 열기: FacepunchProgrammers/coderelay-audio 1 사용 예제들

공개 메소드들

메소드 설명
CombFilter ( float wetMix, float delay, float verb, int sampleRate, bool lowPass ) : System
Process ( double input ) : double[]
ProcessSingle ( double input ) : double

메소드 상세

CombFilter() 공개 메소드

public CombFilter ( float wetMix, float delay, float verb, int sampleRate, bool lowPass ) : System
wetMix float
delay float
verb float
sampleRate int
lowPass bool
리턴 System

Process() 공개 메소드

public Process ( double input ) : double[]
input double
리턴 double[]

ProcessSingle() 공개 메소드

public ProcessSingle ( double input ) : double
input double
리턴 double