| Interface | Description |
|---|---|
| AudioResampler |
Resamples audio data.
|
| Class | Description |
|---|---|
| DefaultAudioResampler |
An
AudioResampler that delegates to appropriate classes
based on input and output size. |
| DownsampleAudioResampler |
An
AudioResampler that downsamples from a higher sample rate to a lower sample rate. |
| PassThroughAudioResampler |
An
AudioResampler that does nothing, meant to be used when sample
rates are identical. |
| UpsampleAudioResampler |
An
AudioResampler that upsamples from a lower sample rate to a higher sample rate. |