oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields

Audio buffer passed between nodes during graph processing. More...

#include <audio_node.h>

Collaboration diagram for ove_audio_buf:
Collaboration graph
[legend]

Data Fields

void * data
 Pointer to interleaved sample data.
 
unsigned int frames
 Number of frames in data.
 
const struct ove_audio_fmtfmt
 Format descriptor for this buffer.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: