EchoCancellationConfig Class |
Namespace: StreamCoders.Wave
The EchoCancellationConfig type exposes the following members.
Name | Description | |
---|---|---|
![]() | EchoCancellationConfig | Initializes a new instance of the EchoCancellationConfig class |
Name | Description | |
---|---|---|
![]() | BitsPerSample |
Gets the bits per sample of the audio data. Currently all samples must be 16 bit.
(Inherited from AudioConfig.) |
![]() | Channels |
Gets the number of channels of the audio data. Currently only 1 channel is supported.
(Inherited from AudioConfig.) |
![]() | FrameSize |
The exact number of samples fed from applications at each run.
|
![]() | SampleRate |
Gets the Sample rate of the audio data.
(Inherited from AudioConfig.) |
![]() | TailLength |
The length of the filter in samples.
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |