Property | Type | Description |
---|
Method | Description | |
---|---|---|
Consume ( short input, int length ) : void | ||
Flush ( ) : void | ||
Reset ( int sample_rate, int num_channels ) : bool | ||
SilenceRemover ( IAudioConsumer consumer, int threshold ) : System |
public Consume ( short input, int length ) : void | ||
input | short | |
length | int | |
return | void |
public Reset ( int sample_rate, int num_channels ) : bool | ||
sample_rate | int | |
num_channels | int | |
return | bool |
public SilenceRemover ( IAudioConsumer consumer, int threshold ) : System | ||
consumer | IAudioConsumer | |
threshold | int | |
return | System |