SignalUtils.AdvanceCircularBuffer Method

procedure AdvanceCircularBuffer(SamplesToSkip: Integer; var State: TCircularBufferState);

Advance the read position of circular buffer.

#NameTypeDescription
1SamplesToSkipInteger
2StateTCircularBufferState

Result: stored in self (calling object)

Remarks:

Advance the read position of the circular buffer by SamplesToSkip.