Class Resampler
A wrapper for the CSCore.DSP.DmoResampler class.
Namespace: VE3NEA.HamCockpit.DspFun
Assembly: VE3NEA.HamCockpit.DspFun.dll
Syntax
public class Resampler : IIqProcessor, IInitSampleStream, ISampleStream, IDisposable
Constructors
Name | Description |
---|---|
Resampler(Int32) | Initializes a new instance of the Resampler class. |
Resampler(Int32, Int32) | Initializes a new instance of the Resampler class. |
Properties
Name | Description |
---|---|
Format | Gets the format of the resampled data. |
Methods
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Initialize(ISampleStream) | Initializes the resampler for processing data from the specified source. |
Read(Single[], Int32, Int32) | Reads processed data to the provided buffer. |
Events
Name | Description |
---|---|
SamplesAvailable | Occurs when resampled values are available. |