在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于百度Ai -- 理解与交互技术UNIT ,实现聊天机器人

基于百度Ai -- 理解与交互技术UNIT ,实现聊天机器人

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:31.87M
  • 下载次数:6
  • 浏览次数:242
  • 发布时间:2020-07-09
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
基于百度Ai -- 理解与交互技术UNIT ,实现聊天机器人,里面集成了百度语音识别、语音合成、仿微信对话框的效果
【实例截图】
【核心代码】
SpeechRobot
└── SpeechRobot
├── SpeechRobot.iml
├── app
│   ├── app.iml
│   ├── build
│   │   ├── generated
│   │   │   └── source
│   │   │   ├── buildConfig
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── central
│   │   │   │   │   └── scjgt
│   │   │   │   │   └── speechrobot
│   │   │   │   │   └── test
│   │   │   │   │   └── BuildConfig.java
│   │   │   │   └── debug
│   │   │   │   └── central
│   │   │   │   └── scjgt
│   │   │   │   └── speechrobot
│   │   │   │   └── BuildConfig.java
│   │   │   └── r
│   │   │   ├── androidTest
│   │   │   │   └── debug
│   │   │   │   ├── android
│   │   │   │   │   ├── app
│   │   │   │   │   │   └── R.java
│   │   │   │   │   └── support
│   │   │   │   │   └── test
│   │   │   │   │   ├── R.java
│   │   │   │   │   ├── espresso
│   │   │   │   │   │   ├── R.java
│   │   │   │   │   │   └── idling
│   │   │   │   │   │   └── R.java
│   │   │   │   │   └── rule
│   │   │   │   │   └── R.java
│   │   │   │   └── central
│   │   │   │   └── scjgt
│   │   │   │   └── speechrobot
│   │   │   │   └── test
│   │   │   │   └── R.java
│   │   │   └── debug
│   │   │   ├── android
│   │   │   │   └── support
│   │   │   │   ├── compat
│   │   │   │   │   └── R.java
│   │   │   │   ├── constraint
│   │   │   │   │   └── R.java
│   │   │   │   ├── coreui
│   │   │   │   │   └── R.java
│   │   │   │   ├── coreutils
│   │   │   │   │   └── R.java
│   │   │   │   ├── fragment
│   │   │   │   │   └── R.java
│   │   │   │   ├── graphics
│   │   │   │   │   └── drawable
│   │   │   │   │   ├── R.java
│   │   │   │   │   └── animated
│   │   │   │   │   └── R.java
│   │   │   │   ├── mediacompat
│   │   │   │   │   └── R.java
│   │   │   │   ├── v4
│   │   │   │   │   └── R.java
│   │   │   │   └── v7
│   │   │   │   ├── appcompat
│   │   │   │   │   └── R.java
│   │   │   │   └── recyclerview
│   │   │   │   └── R.java
│   │   │   ├── central
│   │   │   │   └── scjgt
│   │   │   │   └── speechrobot
│   │   │   │   └── R.java
│   │   │   └── com
│   │   │   ├── pkmmte
│   │   │   │   └── view
│   │   │   │   └── R.java
│   │   │   └── yanzhenjie
│   │   │   ├── alertdialog
│   │   │   │   └── R.java
│   │   │   └── permission
│   │   │   └── R.java
│   │   ├── intermediates
│   │   │   ├── blame
│   │   │   │   └── res
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── multi
│   │   │   │   │   └── values.json
│   │   │   │   └── debug
│   │   │   │   ├── multi
│   │   │   │   │   ├── color.json
│   │   │   │   │   ├── layout.json
│   │   │   │   │   ├── mipmap-hdpi.json
│   │   │   │   │   ├── values-af.json
│   │   │   │   │   ├── values-am.json
│   │   │   │   │   ├── values-ar.json
│   │   │   │   │   ├── values-az-rAZ.json
│   │   │   │   │   ├── values-b+sr+Latn.json
│   │   │   │   │   ├── values-be-rBY.json
│   │   │   │   │   ├── values-bg.json
│   │   │   │   │   ├── values-bn-rBD.json
│   │   │   │   │   ├── values-bs-rBA.json
│   │   │   │   │   ├── values-ca.json
│   │   │   │   │   ├── values-cs.json
│   │   │   │   │   ├── values-da.json
│   │   │   │   │   ├── values-de.json
│   │   │   │   │   ├── values-el.json
│   │   │   │   │   ├── values-en-rAU.json
│   │   │   │   │   ├── values-en-rGB.json
│   │   │   │   │   ├── values-en-rIN.json
│   │   │   │   │   ├── values-es-rUS.json
│   │   │   │   │   ├── values-es.json
│   │   │   │   │   ├── values-et-rEE.json
│   │   │   │   │   ├── values-eu-rES.json
│   │   │   │   │   ├── values-fa.json
│   │   │   │   │   ├── values-fi.json
│   │   │   │   │   ├── values-fr-rCA.json
│   │   │   │   │   ├── values-fr.json
│   │   │   │   │   ├── values-gl-rES.json
│   │   │   │   │   ├── values-gu-rIN.json
│   │   │   │   │   ├── values-h720dp-v13.json
│   │   │   │   │   ├── values-hdpi-v4.json
│   │   │   │   │   ├── values-hi.json
│   │   │   │   │   ├── values-hr.json
│   │   │   │   │   ├── values-hu.json
│   │   │   │   │   ├── values-hy-rAM.json
│   │   │   │   │   ├── values-in.json
│   │   │   │   │   ├── values-is-rIS.json
│   │   │   │   │   ├── values-it.json
│   │   │   │   │   ├── values-iw.json
│   │   │   │   │   ├── values-ja.json
│   │   │   │   │   ├── values-ka-rGE.json
│   │   │   │   │   ├── values-kk-rKZ.json
│   │   │   │   │   ├── values-km-rKH.json
│   │   │   │   │   ├── values-kn-rIN.json
│   │   │   │   │   ├── values-ko.json
│   │   │   │   │   ├── values-ky-rKG.json
│   │   │   │   │   ├── values-land.json
│   │   │   │   │   ├── values-large-v4.json
│   │   │   │   │   ├── values-ldltr-v21.json
│   │   │   │   │   ├── values-lo-rLA.json
│   │   │   │   │   ├── values-lt.json
│   │   │   │   │   ├── values-lv.json
│   │   │   │   │   ├── values-mk-rMK.json
│   │   │   │   │   ├── values-ml-rIN.json
│   │   │   │   │   ├── values-mn-rMN.json
│   │   │   │   │   ├── values-mr-rIN.json
│   │   │   │   │   ├── values-ms-rMY.json
│   │   │   │   │   ├── values-my-rMM.json
│   │   │   │   │   ├── values-nb.json
│   │   │   │   │   ├── values-ne-rNP.json
│   │   │   │   │   ├── values-night-v8.json
│   │   │   │   │   ├── values-nl.json
│   │   │   │   │   ├── values-pa-rIN.json
│   │   │   │   │   ├── values-pl.json
│   │   │   │   │   ├── values-port.json
│   │   │   │   │   ├── values-pt-rBR.json
│   │   │   │   │   ├── values-pt-rPT.json
│   │   │   │   │   ├── values-pt.json
│   │   │   │   │   ├── values-ro.json
│   │   │   │   │   ├── values-ru.json
│   │   │   │   │   ├── values-si-rLK.json
│   │   │   │   │   ├── values-sk.json
│   │   │   │   │   ├── values-sl.json
│   │   │   │   │   ├── values-sq-rAL.json
│   │   │   │   │   ├── values-sr.json
│   │   │   │   │   ├── values-sv.json
│   │   │   │   │   ├── values-sw.json
│   │   │   │   │   ├── values-sw600dp-v13.json
│   │   │   │   │   ├── values-ta-rIN.json
│   │   │   │   │   ├── values-te-rIN.json
│   │   │   │   │   ├── values-th.json
│   │   │   │   │   ├── values-tl.json
│   │   │   │   │   ├── values-tr.json
│   │   │   │   │   ├── values-uk.json
│   │   │   │   │   ├── values-ur-rPK.json
│   │   │   │   │   ├── values-uz-rUZ.json
│   │   │   │   │   ├── values-v11.json
│   │   │   │   │   ├── values-v12.json
│   │   │   │   │   ├── values-v13.json
│   │   │   │   │   ├── values-v14.json
│   │   │   │   │   ├── values-v16.json
│   │   │   │   │   ├── values-v17.json
│   │   │   │   │   ├── values-v18.json
│   │   │   │   │   ├── values-v21.json
│   │   │   │   │   ├── values-v22.json
│   │   │   │   │   ├── values-v23.json
│   │   │   │   │   ├── values-v24.json
│   │   │   │   │   ├── values-v25.json
│   │   │   │   │   ├── values-vi.json
│   │   │   │   │   ├── values-xlarge-v4.json
│   │   │   │   │   ├── values-zh-rCN.json
│   │   │   │   │   ├── values-zh-rHK.json
│   │   │   │   │   ├── values-zh-rTW.json
│   │   │   │   │   ├── values-zh.json
│   │   │   │   │   ├── values-zu.json
│   │   │   │   │   └── values.json
│   │   │   │   └── single
│   │   │   │   ├── anim.json
│   │   │   │   ├── color-v11.json
│   │   │   │   ├── color-v23.json
│   │   │   │   ├── color.json
│   │   │   │   ├── drawable-hdpi-v4.json
│   │   │   │   ├── drawable-ldrtl-hdpi-v17.json
│   │   │   │   ├── drawable-ldrtl-mdpi-v17.json
│   │   │   │   ├── drawable-ldrtl-xhdpi-v17.json
│   │   │   │   ├── drawable-ldrtl-xxhdpi-v17.json
│   │   │   │   ├── drawable-ldrtl-xxxhdpi-v17.json
│   │   │   │   ├── drawable-mdpi-v4.json
│   │   │   │   ├── drawable-v21.json
│   │   │   │   ├── drawable-v23.json
│   │   │   │   ├── drawable-xhdpi-v4.json
│   │   │   │   ├── drawable-xxhdpi-v4.json
│   │   │   │   ├── drawable-xxxhdpi-v4.json
│   │   │   │   ├── drawable.json
│   │   │   │   ├── layout-v11.json
│   │   │   │   ├── layout-v16.json
│   │   │   │   ├── layout-v21.json
│   │   │   │   ├── layout.json
│   │   │   │   ├── mipmap-hdpi-v4.json
│   │   │   │   ├── mipmap-hdpi.json
│   │   │   │   ├── mipmap-mdpi.json
│   │   │   │   ├── mipmap-xhdpi.json
│   │   │   │   ├── mipmap-xxhdpi.json
│   │   │   │   └── mipmap-xxxhdpi.json
│   │   │   ├── classes
│   │   │   │   └── debug
│   │   │   │   ├── android
│   │   │   │   │   └── support
│   │   │   │   │   ├── compat
│   │   │   │   │   │   └── R.class
│   │   │   │   │   ├── constraint
│   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   └── R.class
│   │   │   │   │   ├── coreui
│   │   │   │   │   │   └── R.class
│   │   │   │   │   ├── coreutils
│   │   │   │   │   │   └── R.class
│   │   │   │   │   ├── fragment
│   │   │   │   │   │   └── R.class
│   │   │   │   │   ├── graphics
│   │   │   │   │   │   └── drawable
│   │   │   │   │   │   ├── R.class
│   │   │   │   │   │   └── animated
│   │   │   │   │   │   └── R.class
│   │   │   │   │   ├── mediacompat
│   │   │   │   │   │   └── R.class
│   │   │   │   │   ├── v4
│   │   │   │   │   │   └── R.class
│   │   │   │   │   └── v7
│   │   │   │   │   ├── appcompat
│   │   │   │   │   │   ├── R$anim.class
│   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   ├── R$bool.class
│   │   │   │   │   │   ├── R$color.class
│   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   ├── R$integer.class
│   │   │   │   │   │   ├── R$layout.class
│   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   ├── R$style.class
│   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   └── R.class
│   │   │   │   │   └── recyclerview
│   │   │   │   │   ├── R$attr.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   └── R.class
│   │   │   │   ├── central
│   │   │   │   │   └── scjgt
│   │   │   │   │   ├── adapter
│   │   │   │   │   │   ├── MsgAdapter$ViewHolder.class
│   │   │   │   │   │   └── MsgAdapter.class
│   │   │   │   │   ├── bean
│   │   │   │   │   │   ├── MsgBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$ContextsBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40841Bean$ContextsBeanXX.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40841Bean$IntentsBeanX.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40841Bean$UserSlotsBeanX.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40841Bean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40842Bean$ContextsBeanX.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40842Bean$IntentsBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40842Bean$UserSlotsBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40842Bean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40844Bean$ContextsBeanXXX.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40844Bean$IntentsBeanXX.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40844Bean$UserSlotsBeanXX.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean$_$40844Bean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean$SkillStatesBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$DialogStateBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$ResponseListBean$ActionListBean$RefineDetailBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$ResponseListBean$ActionListBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$ResponseListBean$QuResBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$ResponseListBean$SchemaBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean$ResponseListBean.class
│   │   │   │   │   │   ├── RobotBean$ResultBean.class
│   │   │   │   │   │   └── RobotBean.class
│   │   │   │   │   ├── common
│   │   │   │   │   │   └── Constant.class
│   │   │   │   │   ├── speechrobot
│   │   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   │   ├── LoadActivity$1.class
│   │   │   │   │   │   ├── LoadActivity.class
│   │   │   │   │   │   ├── MainActivity$1.class
│   │   │   │   │   │   ├── MainActivity$2.class
│   │   │   │   │   │   ├── MainActivity$3$1.class
│   │   │   │   │   │   ├── MainActivity$3.class
│   │   │   │   │   │   ├── MainActivity$4.class
│   │   │   │   │   │   ├── MainActivity.class
│   │   │   │   │   │   ├── R$anim.class
│   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   ├── R$bool.class
│   │   │   │   │   │   ├── R$color.class
│   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   ├── R$integer.class
│   │   │   │   │   │   ├── R$layout.class
│   │   │   │   │   │   ├── R$mipmap.class
│   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   ├── R$style.class
│   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   └── R.class
│   │   │   │   │   └── utils
│   │   │   │   │   ├── AuthService.class
│   │   │   │   │   ├── Base64Util.class
│   │   │   │   │   ├── FileUtil.class
│   │   │   │   │   ├── GsonUtils.class
│   │   │   │   │   ├── HttpUtil.class
│   │   │   │   │   ├── SpeechRecognizerTool$ResultsCallback.class
│   │   │   │   │   ├── SpeechRecognizerTool.class
│   │   │   │   │   ├── SpeekUtils.class
│   │   │   │   │   └── UnitService.class
│   │   │   │   └── com
│   │   │   │   ├── pkmmte
│   │   │   │   │   └── view
│   │   │   │   │   ├── R$attr.class
│   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   └── R.class
│   │   │   │   └── yanzhenjie
│   │   │   │   ├── alertdialog
│   │   │   │   │   ├── R$anim.class
│   │   │   │   │   ├── R$attr.class
│   │   │   │   │   ├── R$bool.class
│   │   │   │   │   ├── R$color.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$integer.class
│   │   │   │   │   ├── R$layout.class
│   │   │   │   │   ├── R$string.class
│   │   │   │   │   ├── R$style.class
│   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   └── R.class
│   │   │   │   └── permission
│   │   │   │   ├── R$anim.class
│   │   │   │   ├── R$attr.class
│   │   │   │   ├── R$bool.class
│   │   │   │   ├── R$color.class
│   │   │   │   ├── R$dimen.class
│   │   │   │   ├── R$drawable.class
│   │   │   │   ├── R$id.class
│   │   │   │   ├── R$integer.class
│   │   │   │   ├── R$layout.class
│   │   │   │   ├── R$string.class
│   │   │   │   ├── R$style.class
│   │   │   │   ├── R$styleable.class
│   │   │   │   └── R.class
│   │   │   ├── incremental
│   │   │   │   ├── compileDebugAidl
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── compileDebugAndroidTestAidl
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── mergeDebugAndroidTestResources
│   │   │   │   │   ├── compile-file-map.properties
│   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   └── values
│   │   │   │   │   │   └── values.xml
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugAssets
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugResources
│   │   │   │   │   ├── compile-file-map.properties
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugShaders
│   │   │   │   │   └── merger.xml
│   │   │   │   └── packageDebug
│   │   │   │   ├── dex-renamer-state.txt
│   │   │   │   ├── file-input-save-data.txt
│   │   │   │   └── zip-cache
│   │   │   │   └── ojWQgb0tMQj2KflnHIVPArQdQgc=
│   │   │   ├── incremental-safeguard
│   │   │   │   └── debug
│   │   │   │   └── tag.txt
│   │   │   ├── jniLibs
│   │   │   │   └── debug
│   │   │   │   ├── armeabi
│   │   │   │   │   ├── libBDSpeechDecoder_V1.so
│   │   │   │   │   ├── libBaiduSpeechSDK.so
│   │   │   │   │   └── libvad.dnn.so
│   │   │   │   └── armeabi-v7a
│   │   │   │   ├── libBDSpeechDecoder_V1.so
│   │   │   │   ├── libBaiduSpeechSDK.so
│   │   │   │   └── libvad.dnn.so
│   │   │   ├── manifest
│   │   │   │   └── androidTest
│   │   │   │   └── debug
│   │   │   │   └── AndroidManifest.xml
│   │   │   ├── manifests
│   │   │   │   └── full
│   │   │   │   └── debug
│   │   │   │   └── AndroidManifest.xml
│   │   │   ├── pre-dexed
│   │   │   │   └── debug
│   │   │   │   ├── bdasr_V3_20180801_d6f298a_4c7daa42086327091fba185c81a57525c15fec2a.jar
│   │   │   │   ├── classes_27cb27d07a39bb0982d626e7218f7dd4fdbdb6d8.jar
│   │   │   │   ├── classes_6229a9909762d1c0c20a2b727fa101b320f919d2.jar
│   │   │   │   ├── classes_63a79a572924f2013f34c915c3006bf00a3f7aee.jar
│   │   │   │   ├── classes_648a33f0bdae1378225dc21726c4ba6818843bfb.jar
│   │   │   │   ├── classes_6c6f002cc8b40e9c5f729d6b889085d317ea6a15.jar
│   │   │   │   ├── classes_7bbaa534190cc75b0fd1295ed4b7c4c29fdd6876.jar
│   │   │   │   ├── classes_7e91f0c41cf1fd3f54ae0f85d44389c8d69bb0b4.jar
│   │   │   │   ├── classes_85d35e79f96876c33288c60579b17a7e9e4747ec.jar
│   │   │   │   ├── classes_9eb9f4f34d415c8cf68ed2b790e1b8faa4c03af9.jar
│   │   │   │   ├── classes_a7dfb456414effbe5118b03f972eb5af8e82d158.jar
│   │   │   │   ├── classes_aa4b4d16867983e5e2631439b7061ed23616ac38.jar
│   │   │   │   ├── classes_b1432aa1590d1eac6b98bf5aed0f1690b9697528.jar
│   │   │   │   ├── classes_da8e8cbf7a021ec29db7546c513f1e1b061ea0d0.jar
│   │   │   │   ├── classes_ee2ff37db43ff5017b36def4c1ba44f7c26c1668.jar
│   │   │   │   ├── com.baidu.tts_2.3.2.20180713_6101c2a_6ffd2753daf16df598384524f3d21d7633c23df3.jar
│   │   │   │   ├── constraint-layout-solver-1.0.2_53aca2f3154e2150eb4ddc3f146adadcc0a74bed.jar
│   │   │   │   ├── debug_79526334e7693424d2a9151e8d24008a2a9da6dd.jar
│   │   │   │   ├── glide-3.7.0_1f3ddf859a86296da03fddcf50d19f29d652df81.jar
│   │   │   │   ├── gson-2.2.4_7cf94ed1f6b7f9627f8a3213554ca38cb882c896.jar
│   │   │   │   └── support-annotations-25.3.1_300e1db15c58881d5bd95cfcc6a4f562513500be.jar
│   │   │   ├── res
│   │   │   │   ├── merged
│   │   │   │   │   ├── androidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── values
│   │   │   │   │   │   └── values.xml
│   │   │   │   │   └── debug
│   │   │   │   │   ├── anim
│   │   │   │   │   │   ├── abc_fade_in.xml
│   │   │   │   │   │   ├── abc_fade_out.xml
│   │   │   │   │   │   ├── abc_grow_fade_in_from_bottom.xml
│   │   │   │   │   │   ├── abc_popup_enter.xml
│   │   │   │   │   │   ├── abc_popup_exit.xml
│   │   │   │   │   │   ├── abc_shrink_fade_out_from_bottom.xml
│   │   │   │   │   │   ├── abc_slide_in_bottom.xml
│   │   │   │   │   │   ├── abc_slide_in_top.xml
│   │   │   │   │   │   ├── abc_slide_out_bottom.xml
│   │   │   │   │   │   └── abc_slide_out_top.xml
│   │   │   │   │   ├── color
│   │   │   │   │   │   ├── abc_btn_colored_borderless_text_material.xml
│   │   │   │   │   │   ├── abc_btn_colored_text_material.xml
│   │   │   │   │   │   ├── abc_hint_foreground_material_dark.xml
│   │   │   │   │   │   ├── abc_hint_foreground_material_light.xml
│   │   │   │   │   │   ├── abc_primary_text_disable_only_material_dark.xml
│   │   │   │   │   │   ├── abc_primary_text_disable_only_material_light.xml
│   │   │   │   │   │   ├── abc_primary_text_material_dark.xml
│   │   │   │   │   │   ├── abc_primary_text_material_light.xml
│   │   │   │   │   │   ├── abc_search_url_text.xml
│   │   │   │   │   │   ├── abc_secondary_text_material_dark.xml
│   │   │   │   │   │   ├── abc_secondary_text_material_light.xml
│   │   │   │   │   │   ├── abc_tint_btn_checkable.xml
│   │   │   │   │   │   ├── abc_tint_default.xml
│   │   │   │   │   │   ├── abc_tint_edittext.xml
│   │   │   │   │   │   ├── abc_tint_seek_thumb.xml
│   │   │   │   │   │   ├── abc_tint_spinner.xml
│   │   │   │   │   │   ├── abc_tint_switch_thumb.xml
│   │   │   │   │   │   ├── abc_tint_switch_track.xml
│   │   │   │   │   │   ├── switch_thumb_material_dark.xml
│   │   │   │   │   │   └── switch_thumb_material_light.xml
│   │   │   │   │   ├── color-v11
│   │   │   │   │   │   ├── abc_background_cache_hint_selector_material_dark.xml
│   │   │   │   │   │   └── abc_background_cache_hint_selector_material_light.xml
│   │   │   │   │   ├── color-v23
│   │   │   │   │   │   ├── abc_btn_colored_borderless_text_material.xml
│   │   │   │   │   │   ├── abc_btn_colored_text_material.xml
│   │   │   │   │   │   ├── abc_color_highlight_material.xml
│   │   │   │   │   │   ├── abc_tint_btn_checkable.xml
│   │   │   │   │   │   ├── abc_tint_default.xml
│   │   │   │   │   │   ├── abc_tint_edittext.xml
│   │   │   │   │   │   ├── abc_tint_seek_thumb.xml
│   │   │   │   │   │   ├── abc_tint_spinner.xml
│   │   │   │   │   │   ├── abc_tint_switch_thumb.xml
│   │   │   │   │   │   └── abc_tint_switch_track.xml
│   │   │   │   │   ├── drawable
│   │   │   │   │   │   ├── abc_btn_borderless_material.xml
│   │   │   │   │   │   ├── abc_btn_check_material.xml
│   │   │   │   │   │   ├── abc_btn_colored_material.xml
│   │   │   │   │   │   ├── abc_btn_default_mtrl_shape.xml
│   │   │   │   │   │   ├── abc_btn_radio_material.xml
│   │   │   │   │   │   ├── abc_cab_background_internal_bg.xml
│   │   │   │   │   │   ├── abc_cab_background_top_material.xml
│   │   │   │   │   │   ├── abc_dialog_material_background.xml
│   │   │   │   │   │   ├── abc_edit_text_material.xml
│   │   │   │   │   │   ├── abc_ic_ab_back_material.xml
│   │   │   │   │   │   ├── abc_ic_arrow_drop_right_black_24dp.xml
│   │   │   │   │   │   ├── abc_ic_clear_material.xml
│   │   │   │   │   │   ├── abc_ic_go_search_api_material.xml
│   │   │   │   │   │   ├── abc_ic_menu_overflow_material.xml
│   │   │   │   │   │   ├── abc_ic_search_api_material.xml
│   │   │   │   │   │   ├── abc_ic_voice_search_api_material.xml
│   │   │   │   │   │   ├── abc_item_background_holo_dark.xml
│   │   │   │   │   │   ├── abc_item_background_holo_light.xml
│   │   │   │   │   │   ├── abc_list_selector_background_transition_holo_dark.xml
│   │   │   │   │   │   ├── abc_list_selector_background_transition_holo_light.xml
│   │   │   │   │   │   ├── abc_list_selector_holo_dark.xml
│   │   │   │   │   │   ├── abc_list_selector_holo_light.xml
│   │   │   │   │   │   ├── abc_ratingbar_indicator_material.xml
│   │   │   │   │   │   ├── abc_ratingbar_material.xml
│   │   │   │   │   │   ├── abc_ratingbar_small_material.xml
│   │   │   │   │   │   ├── abc_seekbar_thumb_material.xml
│   │   │   │   │   │   ├── abc_seekbar_tick_mark_material.xml
│   │   │   │   │   │   ├── abc_seekbar_track_material.xml
│   │   │   │   │   │   ├── abc_spinner_textfield_background_material.xml
│   │   │   │   │   │   ├── abc_switch_thumb_material.xml
│   │   │   │   │   │   ├── abc_tab_indicator_material.xml
│   │   │   │   │   │   ├── abc_text_cursor_material.xml
│   │   │   │   │   │   ├── abc_textfield_search_material.xml
│   │   │   │   │   │   ├── abc_vector_test.xml
│   │   │   │   │   │   ├── ease_chatfrom_bg_normal.9.png
│   │   │   │   │   │   ├── ease_chatto_bg_normal.9.png
│   │   │   │   │   │   ├── notification_bg.xml
│   │   │   │   │   │   ├── notification_bg_low.xml
│   │   │   │   │   │   ├── notification_icon_background.xml
│   │   │   │   │   │   ├── notification_tile_bg.xml
│   │   │   │   │   │   └── voice_audio.xml
│   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_star_black_16dp.png
│   │   │   │   │   │   ├── abc_ic_star_black_36dp.png
│   │   │   │   │   │   ├── abc_ic_star_black_48dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_16dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_36dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_48dp.png
│   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   ├── abc_scrubber_control_off_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_000.png
│   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_005.png
│   │   │   │   │   │   ├── abc_scrubber_primary_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_scrubber_track_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_light.png
│   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_light.png
│   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_light.png
│   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   ├── notification_bg_low_normal.9.png
│   │   │   │   │   │   ├── notification_bg_low_pressed.9.png
│   │   │   │   │   │   ├── notification_bg_normal.9.png
│   │   │   │   │   │   ├── notification_bg_normal_pressed.9.png
│   │   │   │   │   │   └── notify_panel_notification_icon_bg.png
│   │   │   │   │   ├── drawable-ldrtl-hdpi-v17
│   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   ├── drawable-ldrtl-mdpi-v17
│   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   ├── drawable-ldrtl-xhdpi-v17
│   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   ├── drawable-ldrtl-xxhdpi-v17
│   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   ├── drawable-ldrtl-xxxhdpi-v17
│   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_star_black_16dp.png
│   │   │   │   │   │   ├── abc_ic_star_black_36dp.png
│   │   │   │   │   │   ├── abc_ic_star_black_48dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_16dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_36dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_48dp.png
│   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   ├── abc_scrubber_control_off_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_000.png
│   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_005.png
│   │   │   │   │   │   ├── abc_scrubber_primary_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_scrubber_track_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_light.png
│   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_light.png
│   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_light.png
│   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   ├── notification_bg_low_normal.9.png
│   │   │   │   │   │   ├── notification_bg_low_pressed.9.png
│   │   │   │   │   │   ├── notification_bg_normal.9.png
│   │   │   │   │   │   ├── notification_bg_normal_pressed.9.png
│   │   │   │   │   │   └── notify_panel_notification_icon_bg.png
│   │   │   │   │   ├── drawable-v21
│   │   │   │   │   │   ├── abc_action_bar_item_background_material.xml
│   │   │   │   │   │   ├── abc_btn_colored_material.xml
│   │   │   │   │   │   ├── abc_edit_text_material.xml
│   │   │   │   │   │   └── notification_action_background.xml
│   │   │   │   │   ├── drawable-v23
│   │   │   │   │   │   └── abc_control_background_material.xml
│   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_star_black_16dp.png
│   │   │   │   │   │   ├── abc_ic_star_black_36dp.png
│   │   │   │   │   │   ├── abc_ic_star_black_48dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_16dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_36dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_48dp.png
│   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   ├── abc_scrubber_control_off_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_000.png
│   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_005.png
│   │   │   │   │   │   ├── abc_scrubber_primary_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_scrubber_track_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_light.png
│   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_light.png
│   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_light.png
│   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   ├── notification_bg_low_normal.9.png
│   │   │   │   │   │   ├── notification_bg_low_pressed.9.png
│   │   │   │   │   │   ├── notification_bg_normal.9.png
│   │   │   │   │   │   ├── notification_bg_normal_pressed.9.png
│   │   │   │   │   │   └── notify_panel_notification_icon_bg.png
│   │   │   │   │   ├── drawable-xxhdpi-v4
│   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_star_black_16dp.png
│   │   │   │   │   │   ├── abc_ic_star_black_36dp.png
│   │   │   │   │   │   ├── abc_ic_star_black_48dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_16dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_36dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_48dp.png
│   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   ├── abc_scrubber_control_off_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_000.png
│   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_005.png
│   │   │   │   │   │   ├── abc_scrubber_primary_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_scrubber_track_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_light.png
│   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_light.png
│   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_light.png
│   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   └── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   ├── drawable-xxxhdpi-v4
│   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   ├── abc_ic_star_black_16dp.png
│   │   │   │   │   │   ├── abc_ic_star_black_36dp.png
│   │   │   │   │   │   ├── abc_ic_star_black_48dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_16dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_36dp.png
│   │   │   │   │   │   ├── abc_ic_star_half_black_48dp.png
│   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_000.png
│   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_005.png
│   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_dark.png
│   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_light.png
│   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_dark.png
│   │   │   │   │   │   └── abc_text_select_handle_right_mtrl_light.png
│   │   │   │   │   ├── layout
│   │   │   │   │   │   ├── abc_action_bar_title_item.xml
│   │   │   │   │   │   ├── abc_action_bar_up_container.xml
│   │   │   │   │   │   ├── abc_action_bar_view_list_nav_layout.xml
│   │   │   │   │   │   ├── abc_action_menu_item_layout.xml
│   │   │   │   │   │   ├── abc_action_menu_layout.xml
│   │   │   │   │   │   ├── abc_action_mode_bar.xml
│   │   │   │   │   │   ├── abc_action_mode_close_item_material.xml
│   │   │   │   │   │   ├── abc_activity_chooser_view.xml
│   │   │   │   │   │   ├── abc_activity_chooser_view_list_item.xml
│   │   │   │   │   │   ├── abc_alert_dialog_button_bar_material.xml
│   │   │   │   │   │   ├── abc_alert_dialog_material.xml
│   │   │   │   │   │   ├── abc_alert_dialog_title_material.xml
│   │   │   │   │   │   ├── abc_dialog_title_material.xml
│   │   │   │   │   │   ├── abc_expanded_menu_layout.xml
│   │   │   │   │   │   ├── abc_list_menu_item_checkbox.xml
│   │   │   │   │   │   ├── abc_list_menu_item_icon.xml
│   │   │   │   │   │   ├── abc_list_menu_item_layout.xml
│   │   │   │   │   │   ├── abc_list_menu_item_radio.xml
│   │   │   │   │   │   ├── abc_popup_menu_header_item_layout.xml
│   │   │   │   │   │   ├── abc_popup_menu_item_layout.xml
│   │   │   │   │   │   ├── abc_screen_content_include.xml
│   │   │   │   │   │   ├── abc_screen_simple.xml
│   │   │   │   │   │   ├── abc_screen_simple_overlay_action_mode.xml
│   │   │   │   │   │   ├── abc_screen_toolbar.xml
│   │   │   │   │   │   ├── abc_search_dropdown_item_icons_2line.xml
│   │   │   │   │   │   ├── abc_search_view.xml
│   │   │   │   │   │   ├── abc_select_dialog_material.xml
│   │   │   │   │   │   ├── activity_load.xml
│   │   │   │   │   │   ├── activity_main.xml
│   │   │   │   │   │   ├── msg_item.xml
│   │   │   │   │   │   ├── notification_action.xml
│   │   │   │   │   │   ├── notification_action_tombstone.xml
│   │   │   │   │   │   ├── notification_template_custom_big.xml
│   │   │   │   │   │   ├── notification_template_icon_group.xml
│   │   │   │   │   │   ├── notification_template_lines_media.xml
│   │   │   │   │   │   ├── notification_template_media.xml
│   │   │   │   │   │   ├── notification_template_media_custom.xml
│   │   │   │   │   │   ├── notification_template_part_chronometer.xml
│   │   │   │   │   │   ├── notification_template_part_time.xml
│   │   │   │   │   │   ├── select_dialog_item_material.xml
│   │   │   │   │   │   ├── select_dialog_multichoice_material.xml
│   │   │   │   │   │   ├── select_dialog_singlechoice_material.xml
│   │   │   │   │   │   └── support_simple_spinner_dropdown_item.xml
│   │   │   │   │   ├── layout-v11
│   │   │   │   │   │   ├── notification_media_action.xml
│   │   │   │   │   │   ├── notification_media_cancel_action.xml
│   │   │   │   │   │   ├── notification_template_big_media.xml
│   │   │   │   │   │   ├── notification_template_big_media_custom.xml
│   │   │   │   │   │   ├── notification_template_big_media_narrow.xml
│   │   │   │   │   │   └── notification_template_big_media_narrow_custom.xml
│   │   │   │   │   ├── layout-v16
│   │   │   │   │   │   └── notification_template_custom_big.xml
│   │   │   │   │   ├── layout-v21
│   │   │   │   │   │   ├── notification_action.xml
│   │   │   │   │   │   ├── notification_action_tombstone.xml
│   │   │   │   │   │   ├── notification_template_custom_big.xml
│   │   │   │   │   │   └── notification_template_icon_group.xml
│   │   │   │   │   ├── mipmap-hdpi
│   │   │   │   │   │   ├── ease_record_animate_01.png
│   │   │   │   │   │   ├── ease_record_animate_03.png
│   │   │   │   │   │   ├── ease_record_animate_05.png
│   │   │   │   │   │   ├── ease_record_animate_07.png
│   │   │   │   │   │   ├── ease_record_animate_09.png
│   │   │   │   │   │   ├── ease_record_animate_11.png
│   │   │   │   │   │   ├── ease_record_animate_13.png
│   │   │   │   │   │   ├── ease_record_animate_14.png
│   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   └── ic_launcher_round.png
│   │   │   │   │   ├── mipmap-hdpi-v4
│   │   │   │   │   │   ├── robot.jpg
│   │   │   │   │   │   └── timg.jpg
│   │   │   │   │   ├── mipmap-mdpi
│   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   └── ic_launcher_round.png
│   │   │   │   │   ├── mipmap-xhdpi
│   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   └── ic_launcher_round.png
│   │   │   │   │   ├── mipmap-xxhdpi
│   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   └── ic_launcher_round.png
│   │   │   │   │   ├── mipmap-xxxhdpi
│   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   └── ic_launcher_round.png
│   │   │   │   │   ├── values
│   │   │   │   │   │   └── values.xml
│   │   │   │   │   ├── values-af
│   │   │   │   │   │   └── values-af.xml
│   │   │   │   │   ├── values-am
│   │   │   │   │   │   └── values-am.xml
│   │   │   │   │   ├── values-ar
│   │   │   │   │   │   └── values-ar.xml
│   │   │   │   │   ├── values-az-rAZ
│   │   │   │   │   │   └── values-az-rAZ.xml
│   │   │   │   │   ├── values-b+sr+Latn
│   │   │   │   │   │   └── values-b+sr+Latn.xml
│   │   │   │   │   ├── values-be-rBY
│   │   │   │   │   │   └── values-be-rBY.xml
│   │   │   │   │   ├── values-bg
│   │   │   │   │   │   └── values-bg.xml
│   │   │   │   │   ├── values-bn-rBD
│   │   │   │   │   │   └── values-bn-rBD.xml
│   │   │   │   │   ├── values-bs-rBA
│   │   │   │   │   │   └── values-bs-rBA.xml
│   │   │   │   │   ├── values-ca
│   │   │   │   │   │   └── values-ca.xml
│   │   │   │   │   ├── values-cs
│   │   │   │   │   │   └── values-cs.xml
│   │   │   │   │   ├── values-da
│   │   │   │   │   │   └── values-da.xml
│   │   │   │   │   ├── values-de
│   │   │   │   │   │   └── values-de.xml
│   │   │   │   │   ├── values-el
│   │   │   │   │   │   └── values-el.xml
│   │   │   │   │   ├── values-en-rAU
│   │   │   │   │   │   └── values-en-rAU.xml
│   │   │   │   │   ├── values-en-rGB
│   │   │   │   │   │   └── values-en-rGB.xml
│   │   │   │   │   ├── values-en-rIN
│   │   │   │   │   │   └── values-en-rIN.xml
│   │   │   │   │   ├── values-es
│   │   │   │   │   │   └── values-es.xml
│   │   │   │   │   ├── values-es-rUS
│   │   │   │   │   │   └── values-es-rUS.xml
│   │   │   │   │   ├── values-et-rEE
│   │   │   │   │   │   └── values-et-rEE.xml
│   │   │   │   │   ├── values-eu-rES
│   │   │   │   │   │   └── values-eu-rES.xml
│   │   │   │   │   ├── values-fa
│   │   │   │   │   │   └── values-fa.xml
│   │   │   │   │   ├── values-fi
│   │   │   │   │   │   └── values-fi.xml
│   │   │   │   │   ├── values-fr
│   │   │   │   │   │   └── values-fr.xml
│   │   │   │   │   ├── values-fr-rCA
│   │   │   │   │   │   └── values-fr-rCA.xml
│   │   │   │   │   ├── values-gl-rES
│   │   │   │   │   │   └── values-gl-rES.xml
│   │   │   │   │   ├── values-gu-rIN
│   │   │   │   │   │   └── values-gu-rIN.xml
│   │   │   │   │   ├── values-h720dp-v13
│   │   │   │   │   │   └── values-h720dp-v13.xml
│   │   │   │   │   ├── values-hdpi-v4
│   │   │   │   │   │   └── values-hdpi-v4.xml
│   │   │   │   │   ├── values-hi
│   │   │   │   │   │   └── values-hi.xml
│   │   │   │   │   ├── values-hr
│   │   │   │   │   │   └── values-hr.xml
│   │   │   │   │   ├── values-hu
│   │   │   │   │   │   └── values-hu.xml
│   │   │   │   │   ├── values-hy-rAM
│   │   │   │   │   │   └── values-hy-rAM.xml
│   │   │   │   │   ├── values-in
│   │   │   │   │   │   └── values-in.xml
│   │   │   │   │   ├── values-is-rIS
│   │   │   │   │   │   └── values-is-rIS.xml
│   │   │   │   │   ├── values-it
│   │   │   │   │   │   └── values-it.xml
│   │   │   │   │   ├── values-iw
│   │   │   │   │   │   └── values-iw.xml
│   │   │   │   │   ├── values-ja
│   │   │   │   │   │   └── values-ja.xml
│   │   │   │   │   ├── values-ka-rGE
│   │   │   │   │   │   └── values-ka-rGE.xml
│   │   │   │   │   ├── values-kk-rKZ
│   │   │   │   │   │   └── values-kk-rKZ.xml
│   │   │   │   │   ├── values-km-rKH
│   │   │   │   │   │   └── values-km-rKH.xml
│   │   │   │   │   ├── values-kn-rIN
│   │   │   │   │   │   └── values-kn-rIN.xml
│   │   │   │   │   ├── values-ko
│   │   │   │   │   │   └── values-ko.xml
│   │   │   │   │   ├── values-ky-rKG
│   │   │   │   │   │   └── values-ky-rKG.xml
│   │   │   │   │   ├── values-land
│   │   │   │   │   │   └── values-land.xml
│   │   │   │   │   ├── values-large-v4
│   │   │   │   │   │   └── values-large-v4.xml
│   │   │   │   │   ├── values-ldltr-v21
│   │   │   │   │   │   └── values-ldltr-v21.xml
│   │   │   │   │   ├── values-lo-rLA
│   │   │   │   │   │   └── values-lo-rLA.xml
│   │   │   │   │   ├── values-lt
│   │   │   │   │   │   └── values-lt.xml
│   │   │   │   │   ├── values-lv
│   │   │   │   │   │   └── values-lv.xml
│   │   │   │   │   ├── values-mk-rMK
│   │   │   │   │   │   └── values-mk-rMK.xml
│   │   │   │   │   ├── values-ml-rIN
│   │   │   │   │   │   └── values-ml-rIN.xml
│   │   │   │   │   ├── values-mn-rMN
│   │   │   │   │   │   └── values-mn-rMN.xml
│   │   │   │   │   ├── values-mr-rIN
│   │   │   │   │   │   └── values-mr-rIN.xml
│   │   │   │   │   ├── values-ms-rMY
│   │   │   │   │   │   └── values-ms-rMY.xml
│   │   │   │   │   ├── values-my-rMM
│   │   │   │   │   │   └── values-my-rMM.xml
│   │   │   │   │   ├── values-nb
│   │   │   │   │   │   └── values-nb.xml
│   │   │   │   │   ├── values-ne-rNP
│   │   │   │   │   │   └── values-ne-rNP.xml
│   │   │   │   │   ├── values-night-v8
│   │   │   │   │   │   └── values-night-v8.xml
│   │   │   │   │   ├── values-nl
│   │   │   │   │   │   └── values-nl.xml
│   │   │   │   │   ├── values-pa-rIN
│   │   │   │   │   │   └── values-pa-rIN.xml
│   │   │   │   │   ├── values-pl
│   │   │   │   │   │   └── values-pl.xml
│   │   │   │   │   ├── values-port
│   │   │   │   │   │   └── values-port.xml
│   │   │   │   │   ├── values-pt
│   │   │   │   │   │   └── values-pt.xml
│   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   └── values-pt-rBR.xml
│   │   │   │   │   ├── values-pt-rPT
│   │   │   │   │   │   └── values-pt-rPT.xml
│   │   │   │   │   ├── values-ro
│   │   │   │   │   │   └── values-ro.xml
│   │   │   │   │   ├── values-ru
│   │   │   │   │   │   └── values-ru.xml
│   │   │   │   │   ├── values-si-rLK
│   │   │   │   │   │   └── values-si-rLK.xml
│   │   │   │   │   ├── values-sk
│   │   │   │   │   │   └── values-sk.xml
│   │   │   │   │   ├── values-sl
│   │   │   │   │   │   └── values-sl.xml
│   │   │   │   │   ├── values-sq-rAL
│   │   │   │   │   │   └── values-sq-rAL.xml
│   │   │   │   │   ├── values-sr
│   │   │   │   │   │   └── values-sr.xml
│   │   │   │   │   ├── values-sv
│   │   │   │   │   │   └── values-sv.xml
│   │   │   │   │   ├── values-sw
│   │   │   │   │   │   └── values-sw.xml
│   │   │   │   │   ├── values-sw600dp-v13
│   │   │   │   │   │   └── values-sw600dp-v13.xml
│   │   │   │   │   ├── values-ta-rIN
│   │   │   │   │   │   └── values-ta-rIN.xml
│   │   │   │   │   ├── values-te-rIN
│   │   │   │   │   │   └── values-te-rIN.xml
│   │   │   │   │   ├── values-th
│   │   │   │   │   │   └── values-th.xml
│   │   │   │   │   ├── values-tl
│   │   │   │   │   │   └── values-tl.xml
│   │   │   │   │   ├── values-tr
│   │   │   │   │   │   └── values-tr.xml
│   │   │   │   │   ├── values-uk
│   │   │   │   │   │   └── values-uk.xml
│   │   │   │   │   ├── values-ur-rPK
│   │   │   │   │   │   └── values-ur-rPK.xml
│   │   │   │   │   ├── values-uz-rUZ
│   │   │   │   │   │   └── values-uz-rUZ.xml
│   │   │   │   │   ├── values-v11
│   │   │   │   │   │   └── values-v11.xml
│   │   │   │   │   ├── values-v12
│   │   │   │   │   │   └── values-v12.xml
│   │   │   │   │   ├── values-v13
│   │   │   │   │   │   └── values-v13.xml
│   │   │   │   │   ├── values-v14
│   │   │   │   │   │   └── values-v14.xml
│   │   │   │   │   ├── values-v16
│   │   │   │   │   │   └── values-v16.xml
│   │   │   │   │   ├── values-v17
│   │   │   │   │   │   └── values-v17.xml
│   │   │   │   │   ├── values-v18
│   │   │   │   │   │   └── values-v18.xml
│   │   │   │   │   ├── values-v21
│   │   │   │   │   │   └── values-v21.xml
│   │   │   │   │   ├── values-v22
│   │   │   │   │   │   └── values-v22.xml
│   │   │   │   │   ├── values-v23
│   │   │   │   │   │   └── values-v23.xml
│   │   │   │   │   ├── values-v24
│   │   │   │   │   │   └── values-v24.xml
│   │   │   │   │   ├── values-v25
│   │   │   │   │   │   └── values-v25.xml
│   │   │   │   │   ├── values-vi
│   │   │   │   │   │   └── values-vi.xml
│   │   │   │   │   ├── values-xlarge-v4
│   │   │   │   │   │   └── values-xlarge-v4.xml
│   │   │   │   │   ├── values-zh
│   │   │   │   │   │   └── values-zh.xml
│   │   │   │   │   ├── values-zh-rCN
│   │   │   │   │   │   └── values-zh-rCN.xml
│   │   │   │   │   ├── values-zh-rHK
│   │   │   │   │   │   └── values-zh-rHK.xml
│   │   │   │   │   ├── values-zh-rTW
│   │   │   │   │   │   └── values-zh-rTW.xml
│   │   │   │   │   └── values-zu
│   │   │   │   │   └── values-zu.xml
│   │   │   │   ├── resources-debug-androidTest.ap_
│   │   │   │   └── resources-debug.ap_
│   │   │   ├── symbols
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── R.txt
│   │   │   │   └── debug
│   │   │   │   └── R.txt
│   │   │   └── transforms
│   │   │   ├── dex
│   │   │   │   └── debug
│   │   │   │   └── folders
│   │   │   │   └── 1000
│   │   │   │   └── 1f
│   │   │   │   └── main
│   │   │   │   └── classes.dex
│   │   │   ├── mergeJniLibs
│   │   │   │   └── debug
│   │   │   │   └── folders
│   │   │   │   └── 2000
│   │   │   │   └── 1f
│   │   │   │   └── main
│   │   │   │   └── lib
│   │   │   │   ├── armeabi
│   │   │   │   │   ├── libBDSpeechDecoder_V1.so
│   │   │   │   │   ├── libBaiduSpeechSDK.so
│   │   │   │   │   └── libvad.dnn.so
│   │   │   │   └── armeabi-v7a
│   │   │   │   ├── libBDSpeechDecoder_V1.so
│   │   │   │   ├── libBaiduSpeechSDK.so
│   │   │   │   └── libvad.dnn.so
│   │   │   └── stripDebugSymbol
│   │   │   └── debug
│   │   │   └── folders
│   │   │   └── 2000
│   │   │   └── 1f
│   │   │   └── main
│   │   │   └── lib
│   │   │   ├── armeabi
│   │   │   │   ├── libBDSpeechDecoder_V1.so
│   │   │   │   ├── libBaiduSpeechSDK.so
│   │   │   │   └── libvad.dnn.so
│   │   │   └── armeabi-v7a
│   │   │   ├── libBDSpeechDecoder_V1.so
│   │   │   ├── libBaiduSpeechSDK.so
│   │   │   └── libvad.dnn.so
│   │   ├── outputs
│   │   │   ├── apk
│   │   │   │   └── app-debug.apk
│   │   │   └── logs
│   │   │   └── manifest-merger-debug-report.txt
│   │   └── tmp
│   │   └── expandedArchives
│   │   └── bdasr_V3_20180801_d6f298a.jar_86cftasy5y79otsnijpt22klv
│   │   └── com
│   │   └── baidu
│   │   └── speech
│   │   ├── EventListener.class
│   │   ├── EventManager.class
│   │   ├── EventManagerFactory$EventManagerRemote2Local$1.class
│   │   ├── EventManagerFactory$EventManagerRemote2Local$2$1$1.class
│   │   ├── EventManagerFactory$EventManagerRemote2Local$2$1$2.class
│   │   ├── EventManagerFactory$EventManagerRemote2Local$2$1$3.class
│   │   ├── EventManagerFactory$EventManagerRemote2Local$2$1.class
│   │   ├── EventManagerFactory$EventManagerRemote2Local$2.class
│   │   ├── EventManagerFactory$EventManagerRemote2Local.class
│   │   ├── EventManagerFactory.class
│   │   ├── MicrophoneInputStream$1.class
│   │   ├── MicrophoneInputStream$2.class
│   │   ├── MicrophoneInputStream.class
│   │   ├── VoiceRecognitionService$MyListener.class
│   │   ├── VoiceRecognitionService.class
│   │   ├── aidl
│   │   │   ├── EventListener$Stub$Proxy.class
│   │   │   ├── EventListener$Stub.class
│   │   │   ├── EventListener.class
│   │   │   ├── EventManager$Stub$Proxy.class
│   │   │   ├── EventManager$Stub.class
│   │   │   ├── EventManager.class
│   │   │   ├── EventManagerFactory$Stub$Proxy.class
│   │   │   ├── EventManagerFactory$Stub.class
│   │   │   ├── EventManagerFactory.class
│   │   │   ├── EventRecognitionService$1$1.class
│   │   │   ├── EventRecognitionService$1.class
│   │   │   ├── EventRecognitionService$2.class
│   │   │   ├── EventRecognitionService$EventListenerProxy.class
│   │   │   └── EventRecognitionService.class
│   │   ├── asr
│   │   │   ├── ASRListener.class
│   │   │   ├── ASRMessage.class
│   │   │   ├── AnalysisInterceptor.class
│   │   │   ├── ErrorCode.class
│   │   │   ├── EventContext$SmartLogger$1.class
│   │   │   ├── EventContext$SmartLogger.class
│   │   │   ├── EventContext.class
│   │   │   ├── EventManagerAsr$1.class
│   │   │   ├── EventManagerAsr$2.class
│   │   │   ├── EventManagerAsr.class
│   │   │   ├── EventManagerSlot$1$1.class
│   │   │   ├── EventManagerSlot$1.class
│   │   │   ├── EventManagerSlot.class
│   │   │   ├── EventManagerWp$1.class
│   │   │   ├── EventManagerWp$2$1.class
│   │   │   ├── EventManagerWp$2.class
│   │   │   ├── EventManagerWp.class
│   │   │   ├── PrivateConstant$VoiceRecognitionClientWorkStatus.class
│   │   │   ├── PrivateConstant.class
│   │   │   ├── SlotControl.class
│   │   │   ├── SpeechConstant.class
│   │   │   ├── WakeUpControl$DebugLogLevel.class
│   │   │   └── WakeUpControl.class
│   │   ├── audio
│   │   │   ├── MicrophoneServer$1.class
│   │   │   ├── MicrophoneServer$2.class
│   │   │   ├── MicrophoneServer$MicInputStream.class
│   │   │   ├── MicrophoneServer$SocketWrap.class
│   │   │   └── MicrophoneServer.class
│   │   ├── core
│   │   │   ├── ASREngine$1.class
│   │   │   ├── ASREngine.class
│   │   │   ├── BDSCharacterCoder.class
│   │   │   ├── BDSCoreJniInterface.class
│   │   │   ├── BDSErrorDescription.class
│   │   │   ├── BDSHTTPResponse.class
│   │   │   ├── BDSHttpRequestMaker$1.class
│   │   │   ├── BDSHttpRequestMaker$2.class
│   │   │   ├── BDSHttpRequestMaker$AudioData.class
│   │   │   ├── BDSHttpRequestMaker$MyDownloadThread.class
│   │   │   ├── BDSHttpRequestMaker$MyUploadThread.class
│   │   │   ├── BDSHttpRequestMaker.class
│   │   │   ├── BDSMessage.class
│   │   │   ├── BDSParamBase$BDSBooleanParam.class
│   │   │   ├── BDSParamBase$BDSFloatParam.class
│   │   │   ├── BDSParamBase$BDSIntParam.class
│   │   │   ├── BDSParamBase$BDSObjectParam.class
│   │   │   ├── BDSParamBase.class
│   │   │   ├── BDSSDKLoader$BDSCoreEventListener.class
│   │   │   ├── BDSSDKLoader$BDSSDKInterface.class
│   │   │   ├── BDSSDKLoader.class
│   │   │   └── BDSSpeechSDKContext.class
│   │   ├── easr
│   │   │   ├── VoicePreProcess.class
│   │   │   └── easrNativeJni.class
│   │   └── utils
│   │   ├── AESUtil.class
│   │   ├── AsrError.class
│   │   ├── Base64.class
│   │   ├── CommonParam.class
│   │   ├── CuidCertStore.class
│   │   ├── Device.class
│   │   ├── DeviceId$1.class
│   │   ├── DeviceId$CUIDBuddyInfo.class
│   │   ├── DeviceId$CUIDInfo.class
│   │   ├── DeviceId.class
│   │   ├── LogUtil.class
│   │   ├── MD5Util.class
│   │   ├── Policy.class
│   │   ├── PreferenceSetting.class
│   │   ├── SHA1Util.class
│   │   ├── Util.class
│   │   ├── Utility.class
│   │   └── analysis
│   │   ├── Analysis$1.class
│   │   ├── Analysis$Item.class
│   │   ├── Analysis.class
│   │   └── Utility.class
│   ├── build.gradle
│   ├── libs
│   │   ├── bdasr_V3_20180801_d6f298a.jar
│   │   └── com.baidu.tts_2.3.2.20180713_6101c2a.jar
│   ├── proguard-rules.pro
│   └── src
│   ├── androidTest
│   │   └── java
│   │   └── central
│   │   └── scjgt
│   │   └── speechrobot
│   │   └── ExampleInstrumentedTest.java
│   ├── main
│   │   ├── AndroidManifest.xml
│   │   ├── java
│   │   │   └── central
│   │   │   └── scjgt
│   │   │   ├── adapter
│   │   │   │   └── MsgAdapter.java
│   │   │   ├── bean
│   │   │   │   ├── MsgBean.java
│   │   │   │   └── RobotBean.java
│   │   │   ├── common
│   │   │   │   └── Constant.java
│   │   │   ├── speechrobot
│   │   │   │   ├── LoadActivity.java
│   │   │   │   └── MainActivity.java
│   │   │   └── utils
│   │   │   ├── AuthService.java
│   │   │   ├── Base64Util.java
│   │   │   ├── FileUtil.java
│   │   │   ├── GsonUtils.java
│   │   │   ├── HttpUtil.java
│   │   │   ├── SpeechRecognizerTool.java
│   │   │   ├── SpeekUtils.java
│   │   │   └── UnitService.java
│   │   ├── jniLibs
│   │   │   ├── armeabi
│   │   │   │   ├── libBDSpeechDecoder_V1.so
│   │   │   │   ├── libBaiduSpeechSDK.so
│   │   │   │   └── libvad.dnn.so
│   │   │   └── armeabi-v7a
│   │   │   ├── libBDSpeechDecoder_V1.so
│   │   │   ├── libBaiduSpeechSDK.so
│   │   │   └── libvad.dnn.so
│   │   └── res
│   │   ├── drawable
│   │   │   ├── ease_chatfrom_bg_normal.9.png
│   │   │   ├── ease_chatto_bg_normal.9.png
│   │   │   └── voice_audio.xml
│   │   ├── layout
│   │   │   ├── activity_load.xml
│   │   │   ├── activity_main.xml
│   │   │   └── msg_item.xml
│   │   ├── mipmap-hdpi
│   │   │   ├── ease_record_animate_01.png
│   │   │   ├── ease_record_animate_03.png
│   │   │   ├── ease_record_animate_05.png
│   │   │   ├── ease_record_animate_07.png
│   │   │   ├── ease_record_animate_09.png
│   │   │   ├── ease_record_animate_11.png
│   │   │   ├── ease_record_animate_13.png
│   │   │   ├── ease_record_animate_14.png
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_launcher_round.png
│   │   │   ├── robot.jpg
│   │   │   └── timg.jpg
│   │   ├── mipmap-mdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-xhdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-xxhdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-xxxhdpi
│   │   │   ├── ic_launcher.png
│   │   │   └── ic_launcher_round.png
│   │   └── values
│   │   ├── colors.xml
│   │   ├── strings.xml
│   │   └── styles.xml
│   └── test
│   └── java
│   └── central
│   └── scjgt
│   └── speechrobot
│   └── ExampleUnitTest.java
├── build
│   ├── android-profile
│   │   ├── profile-2019-03-13-09-23-31-779.rawproto
│   │   ├── profile-2019-03-13-09-24-29-441.rawproto
│   │   ├── profile-2019-03-13-09-24-31-075.rawproto
│   │   ├── profile-2019-03-13-09-25-49-026.rawproto
│   │   ├── profile-2019-03-13-09-25-50-002.rawproto
│   │   ├── profile-2019-03-13-10-29-26-878.rawproto
│   │   ├── profile-2019-03-13-10-29-28-411.rawproto
│   │   ├── profile-2019-03-13-10-47-32-858.rawproto
│   │   ├── profile-2019-03-13-10-48-20-566.rawproto
│   │   ├── profile-2019-03-13-10-48-41-618.rawproto
│   │   ├── profile-2019-03-13-10-49-40-461.rawproto
│   │   ├── profile-2019-03-13-10-57-42-231.rawproto
│   │   ├── profile-2019-03-13-11-06-36-603.rawproto
│   │   ├── profile-2019-03-13-11-20-06-970.rawproto
│   │   ├── profile-2019-03-13-11-20-32-965.rawproto
│   │   ├── profile-2019-03-13-11-23-53-122.rawproto
│   │   ├── profile-2019-03-13-11-24-48-303.rawproto
│   │   ├── profile-2019-03-13-11-25-18-150.rawproto
│   │   ├── profile-2019-03-13-11-25-29-798.rawproto
│   │   ├── profile-2019-03-13-11-26-31-859.rawproto
│   │   ├── profile-2019-03-13-11-28-05-203.rawproto
│   │   ├── profile-2019-03-13-11-34-11-934.rawproto
│   │   ├── profile-2019-03-13-11-50-24-920.rawproto
│   │   ├── profile-2019-03-13-11-53-49-313.rawproto
│   │   ├── profile-2019-03-13-11-56-56-212.rawproto
│   │   ├── profile-2019-03-13-14-19-01-075.rawproto
│   │   ├── profile-2019-03-13-14-19-03-055.rawproto
│   │   ├── profile-2019-03-13-14-19-31-774.rawproto
│   │   ├── profile-2019-03-13-14-38-03-979.rawproto
│   │   ├── profile-2019-03-13-14-38-05-487.rawproto
│   │   ├── profile-2019-03-13-14-38-31-446.rawproto
│   │   ├── profile-2019-03-13-14-38-32-374.rawproto
│   │   ├── profile-2019-03-13-14-44-41-048.rawproto
│   │   ├── profile-2019-03-13-14-44-42-339.rawproto
│   │   ├── profile-2019-03-13-14-47-07-284.rawproto
│   │   ├── profile-2019-03-13-14-47-08-541.rawproto
│   │   ├── profile-2019-03-13-15-09-34-320.rawproto
│   │   ├── profile-2019-03-13-15-11-45-546.rawproto
│   │   ├── profile-2019-03-13-15-13-04-105.rawproto
│   │   ├── profile-2019-03-13-15-43-30-232.rawproto
│   │   ├── profile-2019-03-13-15-43-56-646.rawproto
│   │   ├── profile-2019-03-13-15-47-28-849.rawproto
│   │   ├── profile-2019-03-13-15-52-07-685.rawproto
│   │   ├── profile-2019-03-13-16-11-21-791.rawproto
│   │   ├── profile-2019-03-13-16-12-00-484.rawproto
│   │   ├── profile-2019-03-13-16-18-56-333.rawproto
│   │   ├── profile-2019-03-13-16-43-08-222.rawproto
│   │   ├── profile-2019-03-13-16-45-11-032.rawproto
│   │   ├── profile-2019-03-13-16-45-12-190.rawproto
│   │   ├── profile-2019-03-13-16-54-47-986.rawproto
│   │   ├── profile-2019-03-13-16-55-20-649.rawproto
│   │   ├── profile-2019-03-13-16-56-51-002.rawproto
│   │   ├── profile-2019-03-13-16-57-19-863.rawproto
│   │   ├── profile-2019-03-13-16-59-12-959.rawproto
│   │   ├── profile-2019-03-13-17-02-32-677.rawproto
│   │   ├── profile-2019-03-13-17-24-40-299.rawproto
│   │   ├── profile-2019-03-13-17-26-02-561.rawproto
│   │   ├── profile-2019-03-13-17-27-27-828.rawproto
│   │   ├── profile-2019-03-13-17-28-06-326.rawproto
│   │   ├── profile-2019-03-13-17-33-08-202.rawproto
│   │   ├── profile-2019-03-13-17-33-24-610.rawproto
│   │   ├── profile-2019-03-13-17-40-45-431.rawproto
│   │   ├── profile-2019-03-13-17-40-59-263.rawproto
│   │   ├── profile-2019-03-13-17-43-02-939.rawproto
│   │   ├── profile-2019-03-14-08-48-49-532.rawproto
│   │   ├── profile-2019-03-14-08-48-54-150.rawproto
│   │   ├── profile-2019-03-14-08-49-45-316.rawproto
│   │   ├── profile-2019-03-14-09-12-28-310.rawproto
│   │   ├── profile-2019-03-14-09-12-44-701.rawproto
│   │   ├── profile-2019-03-14-09-20-14-355.rawproto
│   │   ├── profile-2019-03-14-10-20-58-413.rawproto
│   │   ├── profile-2019-03-14-10-20-59-892.rawproto
│   │   ├── profile-2019-03-14-10-21-29-264.rawproto
│   │   ├── profile-2019-03-14-10-21-30-553.rawproto
│   │   ├── profile-2019-03-14-10-29-01-308.rawproto
│   │   ├── profile-2019-03-14-10-29-38-296.rawproto
│   │   ├── profile-2019-03-14-15-41-30-652.rawproto
│   │   ├── profile-2019-03-14-15-41-31-799.rawproto
│   │   └── profile-2019-03-14-15-57-48-562.rawproto
│   ├── generated
│   │   └── mockable-android-25.jar
│   └── intermediates
│   └── dex-cache
│   └── cache.xml
├── build.gradle
├── gradle
│   └── wrapper
│   ├── gradle-wrapper.jar
│   └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
└── settings.gradle

342 directories, 1097 files

标签:

实例下载地址

基于百度Ai -- 理解与交互技术UNIT ,实现聊天机器人

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警