Developer World
Spresense SDK Library v3.2.0-ebc0364
SetMicMapParam Struct Reference

#include <audio_high_level_api.h>

Public Attributes

uint8_t mic_map [AS_MIC_CHANNEL_MAX]
 [in] Set Mic mapping More...
 

Detailed Description

SetMicMap Command (AUDCMD_SETMICMAP) parameter

Member Data Documentation

◆ mic_map

uint8_t mic_map[AS_MIC_CHANNEL_MAX]

[in] Set Mic mapping

mic_map[ch(0 <= ch < AS_MIC_CHANNEL_MAX] correspond to each channels, and you can map analog and digital Mics.

0x1 : Analog Mic 1 0x2 : Analog Mic 2 0x3 : Analog Mic 3 0x4 : Analog Mic 4 0x5 : Digital Mic 1 0x6 : Digital Mic 2 0x7 : Digital Mic 3 0x8 : Digital Mic 4 0x9 : Digital Mic 5 0xA : Digital Mic 6 0xB : Digital Mic 7 0xC : Digital Mic 8 other : No assing


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