C# 클래스 NAudio.Dsp.SimpleCompressor

상속: NAudio.Dsp.AttRelEnvelope
파일 보기 프로젝트 열기: jishi/Jishi.StreamToSonos 1 사용 예제들

공개 메소드들

메소드 설명
InitRuntime ( ) : void
Process ( double &in1, double &in2 ) : void
SimpleCompressor ( ) : System
SimpleCompressor ( double attackTime, double releaseTime, double sampleRate ) : System

메소드 상세

InitRuntime() 공개 메소드

public InitRuntime ( ) : void
리턴 void

Process() 공개 메소드

public Process ( double &in1, double &in2 ) : void
in1 double
in2 double
리턴 void

SimpleCompressor() 공개 메소드

public SimpleCompressor ( ) : System
리턴 System

SimpleCompressor() 공개 메소드

public SimpleCompressor ( double attackTime, double releaseTime, double sampleRate ) : System
attackTime double
releaseTime double
sampleRate double
리턴 System