Channel.decodeMore

Decodes one more block worth of samples, depending on internal state.

struct Channel
@nogc nothrow pure
void
decodeMore

Parameters

sa SampleAssignment

The sample's assigned data.

slmp Sample

The sample to be decoded.

Bugs

Upon pitchbend and when looping, it can cause buffer alignment issues, which in turn will cause audio glitches. FIXED!

Meta