stretchAudioNoIterpol

Streches a buffer to the given amount using no interpolation. Can be used to pitch the sample.

@nogc nothrow pure @safe
void
stretchAudioNoIterpol
(
const(int)[] src
,
int[] dest
,
ref WavemodWorkpad wp
,
uint modifier = 0x10_00_00
)

Meta