文件名称:VoiceToWord_yysb
介绍说明--下载内容均来自于网络,请自行研究使用
简单语音识别源码是一个调用讯飞语音识别SDK的例子源码是一个最纯净的Demo比较容易看懂。实现的是点击按钮开始语音监听,手机需要联网,2/3G的均可,识别后会以Toast的方式提示出来,识别率还是比较高的。之前自己是用别人的Demo总是不成功,是因为,讯飞的SDK想使用是需要APPID的,可能过太长时间久会注销,还有,未通过审核的APPID每天只能试用500次,如果太多人试用,就是达到上限导致无法使用。-A simple speech recognition source code is a call Ifly speech recognition SDK example source code is a demo of the purest easier to understand. The realization of the click button to start the voice listening, mobile phone need to networking, 2/3G can, after the recognition will be prompted by Toast way out, the recognition rate is still relatively high. Before he is with someone else s demo is not always successful, is because the Xunfei SDK to use is appid, may be too long for a long time will be canceled, and not through the audit appid every day can only be tried out 500 times, if too many people tried is reaching the limit to use.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VoiceToWord
...........\.classpath
...........\.project
...........\.settings
...........\.........\org.eclipse.jdt.core.prefs
...........\AndroidManifest.xml
...........\assets
...........\bin
...........\...\AndroidManifest.xml
...........\...\classes
...........\...\.......\com
...........\...\.......\...\coderqi
...........\...\.......\...\.......\publicutil
...........\...\.......\...\.......\..........\voice
...........\...\.......\...\.......\..........\.....\JsonParser.class
...........\...\.......\...\.......\..........\.....\MyRecognizerDialogLister.class
...........\...\.......\...\.......\..........\.....\VoiceToWord$1.class
...........\...\.......\...\.......\..........\.....\VoiceToWord.class
...........\...\.......\...\example
...........\...\.......\...\.......\voicetoword
...........\...\.......\...\.......\...........\BuildConfig.class
...........\...\.......\...\.......\...........\MainActivity.class
...........\...\.......\...\.......\...........\R$attr.class
...........\...\.......\...\.......\...........\R$dimen.class
...........\...\.......\...\.......\...........\R$drawable.class
...........\...\.......\...\.......\...........\R$id.class
...........\...\.......\...\.......\...........\R$layout.class
...........\...\.......\...\.......\...........\R$menu.class
...........\...\.......\...\.......\...........\R$string.class
...........\...\.......\...\.......\...........\R$style.class
...........\...\.......\...\.......\...........\R.class
...........\...\classes.dex
...........\...\dexedLibs
...........\...\.........\android-support-v4-93b73cb3d8f0bde22a1daf5a4b993ab1.jar
...........\...\.........\Msc-57cad60afb05342d78c53893491b9d76.jar
...........\...\jarlist.cache
...........\...\res
...........\...\...\drawable-hdpi
...........\...\...\.............\ic_launcher.png
...........\...\...\drawable-mdpi
...........\...\...\.............\ic_launcher.png
...........\...\...\drawable-xhdpi
...........\...\...\..............\ic_launcher.png
...........\...\...\drawable-xxhdpi
...........\...\...\...............\ic_launcher.png
...........\...\resources.ap_
...........\...\VoiceToWord.apk
...........\gen
...........\...\com
...........\...\...\example
...........\...\...\.......\voicetoword
...........\...\...\.......\...........\BuildConfig.java
...........\...\...\.......\...........\R.java
...........\ic_launcher-web.png
...........\libs
...........\....\android-support-v4.jar
...........\....\armeabi
...........\....\.......\libmsc.so
...........\....\Msc.jar
...........\proguard-project.txt
...........\project.properties
...........\res
...........\...\drawable-hdpi
...........\...\.............\ic_launcher.png
...........\...\drawable-ldpi
...........\...\drawable-mdpi
...........\...\.............\ic_launcher.png
...........\...\drawable-xhdpi
...........\...\..............\ic_launcher.png
...........\...\drawable-xxhdpi
...........\...\...............\ic_launcher.png
...........\...\layout
...........\...\......\activity_main.xml
...........\...\menu
...........\...\....\main.xml
...........\...\values
...........\...\......\dimens.xml
...........\...\......\strings.xml
...........\...\......\styles.xml
...........\...\values-sw600dp
...........\...\..............\dimens.xml
...........\...\values-sw720dp-land
...........\...\...................\dimens.xml
...........\...\values-v11
...........\...\..........\styles.xml
...........\...\values-v14
...........\...\..........\styles.xml
...........\src
...........\...\com
...........\...\...\coderqi
...........\...\...\.......\publicutil
...........\...\...\.......\..........\voice
...........\...\...\.......\..........\.....\JsonParser.java
...........\...\...\.......\..........\.....\MyRecognizerDialogLister.java
...........\...\...\.......\..........\.....\VoiceToWord.java
...........\...\...\example
...........\...\...\.......\voicetoword
...........\...\...\.......\...........\MainActivity.java
...........\说明.htm