// Whether the current platform has microphone supported.
#define SB_HAS_MICROPHONE 0
// Whether the current platform has speech recognizer.
#define SB_HAS_SPEECH_RECOGNIZER 0
// Whether the current platform has speech synthesis.
#define SB_HAS_SPEECH_SYNTHESIS 0我对这些定义很好奇。
它是这样实现的吗?
发布于 2017-09-29 18:08:12
更多细节在https://sites.google.com/a/google.com/youtube-leanback-partners/integration/voice-search中描述
若要测试语音搜索,应使用以下参数。但是,不应在产品中使用此参数。supportsVoiceSearch=1在产品中启动语音搜索,配合您的技术PoC。
https://stackoverflow.com/questions/46483705
复制相似问题