A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
Get the conversion quality.
Get the current input/output sampling rates (integer value).
Get the current resampling ratio. This will be reduced to the least common denominator.
Get the latency introduced by the resampler measured in input samples.
Get the latency introduced by the resampler measured in output samples.
Resample (an interleaved) float array. The input and output buffers must *not* overlap. data.dataIn can be empty, but data.dataOut can't. Function will return number of consumed samples (*not* *frames*!) in data.inputSamplesUsed, and number of produced samples in data.outputSamplesUsed. You should provide enough samples for all channels, and all channels will be processed.
Reset a resampler so a new (unrelated) stream can be processed.
Set (change) the conversion quality.
Set (change) the input/output sampling rates (integer value).
Create a new resampler with integer input and output rates.