resampleNearest

Resamples a stream using the nearest sample/

@nogc
void
resampleNearest
(
void* input
,
size_t lengthIn
,
float rateIn
,
void* output
,
size_t lengthOut
,
float rateOut
)

Meta