| Interface | Description |
|---|---|
| Resampler |
Abstraction of a resampling process.
|
| Class | Description |
|---|---|
| SincResampler |
This is the theoretically correct (and computationally intensive) audio
sample generation.
|
| TwoPassSincResampler |
Compose a more efficient SINC from chaining two other SINCs.
|
| ZeroOrderResampler |
Return sample with linear interpolation.
|
Copyright © 2018 Ken Händel. All rights reserved.