38 #ifndef __RINGBUFFERWAVETABLE_H__
39 #define __RINGBUFFERWAVETABLE_H__
71 #endif //__RINGBUFFERWAVETABLE_H__
virtual void setUnderrunReadSlot(int8_t *ptrToReadSlot)
Sets the memory in the Read Slot when uderrun occurs. This loops as a wavetable in the last received ...
Definition: RingBufferWavetable.h:63
RingBufferWavetable(int SlotSize, int NumSlots)
The class constructor.
Definition: RingBufferWavetable.h:52
virtual void setMemoryInReadSlotWithLastReadSlot(int8_t *ptrToReadSlot)
Uses the last read slot to set the memory in the Read Slot.
Definition: RingBuffer.cpp:211
qint8 int8_t
Typedef for unsigned long long int. This type is guaranteed to be 64-bit.
Definition: jacktrip_types.h:78
Provides a ring-buffer (or circular-buffer) that can be written to and read from asynchronously (bloc...
Definition: RingBuffer.h:57
Same as RingBuffer, except that it uses the Wavetable mode for lost or late packets.
Definition: RingBufferWavetable.h:45
virtual ~RingBufferWavetable()
The class destructor.
Definition: RingBufferWavetable.h:56