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

Channel routing table used by ove_audio_node_channel_map(). More...

#include <audio_node.h>

Data Fields

unsigned int out_channels
 Number of output channels produced.
 
int map [OVE_AUDIO_MAX_CHANNELS]
 map[out_ch] = in_ch index, or -1 for silence.
 

Detailed Description

Channel routing table used by ove_audio_node_channel_map().

Describes a remapping from any number of input channels to out_channels output channels. Each entry in map gives the zero-based input channel index for the corresponding output channel; a value of -1 produces silence on that output channel.


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