麦克风输入配置VmiConfigMic继承自VmiConfig结构体。具体结构如下:
1 2 3
struct VmiConfigMic : public VmiConfig { AudioType audioType = OPUS; } __attribute__((packed));