我创建了一个通过语音指令获取英语词含义的应用程序。 当用户给出语音手势时, 我需要显示他触摸的按钮上的声音强度, 以启动语音识别 。 我有 5 个不同的图标, 我应该根据强度显示它 。 所以我应该找到声音强度的范围 。 这是否可行? 请帮助 。
I am trying to build an application (which would use the Hindi language and other regional languages) to get speech voice commands. I also need text to speech functionality in my application. I was ...