|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
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. | |
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.