stretchAudioNoIterpol

Streches a buffer to the given amount using no interpolation. Amount decided by dest.length. Can be used to pitch the sample.

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

Meta