Conventions
The MI configuration structure VmiConfigMic is inherited from the VmiConfig structure. The structure of VmiConfigMic is as follows:
struct VmiConfigMic : public VmiConfig {
AudioType audioType = OPUS;
} __attribute__((packed));
Parent topic: Microphone Input Development