oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
audio.hpp File Reference

Audio graph engine C++ wrappers. More...

#include <ove/audio.h>
#include <ove/audio_device.h>
#include <ove/types.hpp>
#include <ove/error.hpp>
Include dependency graph for audio.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ove::audio::Graph
 C++ wrapper around ove_audio_graph. More...
 

Namespaces

namespace  ove
 Top-level namespace for all oveRTOS C++ abstractions.
 
namespace  ove::audio
 Audio graph engine — typed node factories, device configuration helpers, and graph lifecycle (init/build/start/stop/process).
 

Functions

struct ove_audio_device_cfg ove::audio::device_cfg_i2s (uint32_t sample_rate, uint32_t channels, uint32_t input_device)
 Build an audio device config for the I2S transport.
 

Detailed Description

Audio graph engine C++ wrappers.