Aviate Audio Multiverse Library
|
QueuePosition is used for storing the index (in an array of queues) and the offset within an audio_block_t data buffer. More...
#include <LibBasicFunctions.h>
Public Attributes | |
int | offset |
offset in samples within an audio_block_t data buffer | |
int | index |
index in an array of audio data blocks | |
QueuePosition is used for storing the index (in an array of queues) and the offset within an audio_block_t data buffer.
Useful for dealing with large windows of audio spread across multiple audio data blocks.