1、MIC配置
adksrcdomainsaudiokymerakymera_config.h
具体怎么配置通道那些,需要结合硬件的原理图
/* Always define mic 1..3. Number of microphones can be checked using Kymera_GetNumberOfMics() */
#if (defined HAVE_RDP_HW_YE134) || (defined HAVE_RDP_HW_18689)
#define appConfigMicVoice() (microphone_4) /* Use microphone for 1st SCO mic */
#define appConfigMicExternal() (microphone_3) /* Use microphone for SCO 2nd mic on RDP platform (CVC 2-mic) */
/* microphone_2 is internal bone conducting mic */
#define appConfigMicInternal() (microphone_2) /* Use microphone for CVC_3Mic */
#elif defined(CORVUS_YD300)
#define appConfigMicVoice() (microphone_3) /* 1mic CVC */
#define appConfigMicExternal() (microphone_none)
#define appConfigMicInternal() (microphone_none)
#else
#define appConfigMi
最后
以上就是轻松曲奇最近收集整理的关于qcc514x-qcc304x调试笔记-Mic的全部内容,更多相关qcc514x-qcc304x调试笔记-Mic内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复