简体   繁体   English

语音计算器的离线语音识别

[英]offline voice recognization for voice calculator

i am building an application "Voice Calculator" which takes input as a voice and display result based on the input.我正在构建一个应用程序“语音计算器”,它将输入作为语音并根据输入显示结果。 i dont want to use a google servers for voice recognization, is there any way through i can achive my goal.我不想使用谷歌服务器进行语音识别,有什么方法可以实现我的目标。 i want to take input as " two plus three multiply four hundred twenty two minus one hundred" etc. so i would like to record and compare every words, that can be converted in to text and which can be used to perform calculation.我想将输入作为“二加三乘四百二十二减一百”等,所以我想记录和比较每个单词,这些单词可以转换为文本并用于执行计算。 can any one guide me, how to achive this?任何人都可以指导我,如何实现这一目标? i am done with designing calculator with its functionality, i hope i am able to explain my doubt, looking for help.. thank u..我已经完成了具有其功能的计算器的设计,我希望我能够解释我的疑问,寻求帮助.. 谢谢你..

Granted that not many device support it yet, but Jelly Bean will allow you to download Google's voice controls to the device for offline use.尽管目前支持它的设备还不多,但 Jelly Bean 将允许您将 Google 的语音控件下载到设备上以供离线使用。

I have used Google API for voice recognition, although I wanted an off-line version, I need to rely on voice recognition.我曾经用谷歌API做语音识别,虽然想要离线版,但还是需要依靠语音识别。 Have a look at Voice Recognization for android example .查看android 示例的语音识别

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM