AudioResampler

Audio resampler.

Members

Aliases

PullModeGetSamplesCallback
alias PullModeGetSamplesCallback = void delegate(float* buf, int frames)
Undocumented in source.

Enums

Quality
enum Quality
Undocumented in source.

Functions

initialize
void initialize(double srcRate, double destRate, Quality quality)
Undocumented in source. Be warned that the author may not have intended to support it.
nextBufferPullMode
void nextBufferPullMode(PullModeGetSamplesCallback getSamples, float* output, int frames)
Undocumented in source. Be warned that the author may not have intended to support it.
nextBufferPushMode
void nextBufferPushMode(float* input, int inputFrames, ChunkedVec!float output)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta