oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Structures | Enumerations | Functions
audio_device.h File Reference
#include "ove/audio.h"
Include dependency graph for audio_device.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ove_audio_device_cfg
 Configuration descriptor for a hardware audio device node. More...
 

Enumerations

enum  ove_audio_transport { OVE_AUDIO_TRANSPORT_I2S , OVE_AUDIO_TRANSPORT_PDM }
 Audio hardware transport type. More...
 

Functions

int ove_audio_device_source (struct ove_audio_graph *g, const struct ove_audio_device_cfg *cfg, const char *name)
 Add a hardware audio source node to the graph.
 
int ove_audio_device_sink (struct ove_audio_graph *g, const struct ove_audio_device_cfg *cfg, const char *name)
 Add a hardware audio sink node to the graph.