|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
#include "ove/audio.h"

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. | |