基于Android平台的藏语语音识别系统设计与实现

更新时间:2023-06-14 10:25:12 阅读: 评论:0

专业学位硕士学位论文
基于Android平台的藏语语音识别系统
设计与实现
招聘管理制度Design and implementation of Tibetan speech recognition system bad on Android platform
作者姓名:周劲松
工程领域:软件工程
学号:      41317470
指导教师:张洁琳
完成日期:  2017年9月10日
大连理工大学
关心的反义词
Dalian University of Technology
摘要
随着科技的发展,计算机得到了广泛应用。人们在工作生活中,已经离不开对计算机的使用。语音识别技术是应用比较广泛的一种技术。这种技术大大降低了手动输入出现错误的概率,也提高了使用者的工作效率。基于这一点,语音识别系统得到广泛的认可并成为新的研究课题。
关于语音识别技术,本文着重研究该技术支持的软件系统,具体研究以下方面:首先,在接收到语音后,根据各部分功能不同,可以将该软件分为录音和数据上传。其次,在录音这方面,软件通过MediaRecorder.AudioSource.MIC进行录音,在经过处理变成WA V 格式后,通过JA V A API 来实现数据的传送。然后,使用者将会把得到的数据加以检测,这一前提是服务器端已经通过Myeclip实现了tomcat。最后,在把上传的数据存入系统后,上传的数据会先得到保存再通过互联网上传到处理器。之所以能判断手机使用的软件稳定是因为提前进行了软件检测并且分析所收到的数据,这样可以有效判断出软件的性能是否稳定。
在安静的环境下进行录音,此软件可以识别90%的语音信息,这一软件已经广泛应用于手机的系统,例如安卓4.3,安卓4.4等,并且使用后显示这一软件使用效率非常高,辨识度也很高。此软件系统还实现了少数民族语音在安卓系统的输入,通过语音发送短信微信等。
关键词:安卓系统;语音短信;语音数据传输;少数民族语言
Design and implementation of Tibetan speech recognition system
bad on Android platform
Abstract
With the development of science and technology, the computer has been widely ud. People in the work life, has been inparable from the u of computers. Speech recognition technology is a relatively wide application of a technology. This technology greatly reduces the probability of manual input errors, but also improves the efficiency of the ur. Bad on this, the speech recognition system has been widely recognized and become a new rearch topic.
On the speech recognition technology, this paper focus on the software system supported by the technology, the specific aspects of the following: First, after receiving the voice, according to the different parts of the function, the software can be divided into recording and data upload. Second, in the recording of this, the software through MediaRecorder.AudioSource.MIC recording, after processing into WAV format, through the JAVA API to achieve data transfer. Then, the ur will be to get the data to be detected, the premi is that the rver has been through Myeclip realize tomcat. Finally, after uploading the data in the system, the uploaded data will be saved and uploaded
to the processor via the Internet. The reason why the software ud to determine the stability of the phone is due to advance the software testing and analysis of the data received, so you can effectively determine whether the stability of the software performance.
In a quiet environment for recording, the software can identify 90% of the voice information, the software has been widely ud in mobile phone systems, such as Andrews 4.3, Andrews 4.4, and after u shows that the software is very efficient, the degree is also very high. This software system also implements the minority voice in the Andrews system input, through the voice to nd SMS micro letter and so on.
Key Words: Android system; Voice Messages; Voice and Data Transmission; Minority Language
- II -
目录
摘要............................................................................................................................. I Abstract ............................................................................................................................. II 目录.......................................................................................................................... III 1  绪论 (1)
1.1  课题研究背景及意义 (1)
1.2  国内外研究现状 (1)
1.2.1国外研究现状 (1)
1.2.2国内研究现状 (2)
1.3  本文研究的主要内容 (3)
理化检验1.4  文章组织结构 (3)
2  关键技术分析 (5)
2.1 语料库建设、声学模型及语言学模型训练 (5)
2.1.1数据准备 (5)
2.1.2拉萨话音素 (5)
2.1.3语料库建设及发音文本选择 (5)
2.1.4特征参数提取 (6)
2.1.5单音子隐马尔可夫模型的创建 (7)
2.1.6处于捆绑状态的三音子的建立 (7)
2.2 Android平台与应用开发 (7)
2.2.1 Android平台介绍 (7)
2.2.2 Android软件架构 (7)
2.2.3 Android软件多媒体架构 (8)
2.2.4 Android开发常用的开发工具 (8)
2.3 藏文显示机制 (9)
2.3.1藏文字形特点 (9)
2.3.2藏文编码介绍 (10)
2.3.3Android字体显示机制 (10)
甲减的症状有哪些2.4 Android国际化和本地化 (11)
2.5 语音识别技术简介 (12)
2.6 JNI技术简介 (12)
2.7 本章小结 (13)
3  系统的需求分析与概要设计 (15)
3.1 语音识别服务软件 (15)
3.1.1信息发送 (15)
3.1.2请求方式 (15)
3.1.3软件架构设计 (16)
3.1.4交互流程 (17)
3.2 系统的需求分析 (17)
3.2.1软件调用API功能需求 (18)
3.2.2调用者功能需求 (19)
3.3 概要设计 (20)
3.3.1项目功能描述 (20)
3.3.2项目逻辑设计 (20)
3.3.3系统用例图 (21)
3.4 非功能需求分析 (23)
3.5 本章小结 (23)
4  系统详细设计与实现 (24)
劳动能力鉴定流程
兔子卡通图片简笔画4.1 藏文显示的实现 (24)
4.1.1编译并下载Android的源代码 (24)简短低调秀恩爱句子
4.1.2语言设置添加藏文选项 (25)
4.1.3添加藏文字体 (25)
4.1.4添加藏文语言资源包 (26)
4.2 总体业务流程图 (26)
梦见小鸡仔4.3 数据库设计 (27)
4.4 数据接口的设计与实现 (29)
4.4.1内部数据接口 (29)
4.4.2全局数据接口 (29)
4.4.3外部数据接口 (30)
4.5 获取网络信息模块的实现 (31)
4.5.1功能描述 (31)
4.5.2数据结构 (32)
4.5.3模块实现 (33)
- IV -

本文发布于:2023-06-14 10:25:12,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/951822.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:语音   软件   数据
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图