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

Runtime diagnostic counters for an audio graph. More...

#include <audio.h>

Data Fields

unsigned int cycles
 Number of completed processing cycles.
 
unsigned int underruns
 Sink starvation events (sink received no data).
 
unsigned int overruns
 Source overflow events (source dropped frames).
 
unsigned int node_errors
 Cumulative node process() failures.
 
unsigned int max_process_us
 Worst-case cycle wall-clock time in microseconds.
 
unsigned int avg_process_us
 Rolling average cycle wall-clock time in microseconds.
 

Detailed Description

Runtime diagnostic counters for an audio graph.

Retrieved with ove_audio_graph_get_stats(). All counters accumulate from graph start and are reset on each ove_audio_graph_start() call.


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