|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
Audio buffer passed between nodes during graph processing. More...
#include <audio_node.h>

Data Fields | |
| void * | data |
| Pointer to interleaved sample data. | |
| unsigned int | frames |
Number of frames in data. | |
| const struct ove_audio_fmt * | fmt |
| Format descriptor for this buffer. | |
Audio buffer passed between nodes during graph processing.
Holds a pointer to interleaved PCM data, the number of frames present, and a reference to the format that describes each sample.