搜索资源列表
G729
- 这是一段G.729A的编码和解码仿真程序,由C和matlab混合实现,还带有输入语音矢量,可以测试
mfcc 计算语音信号的MFCC系数的代码
- 语音识别中,计算语音信号的MFCC系数的代码,要求输入的语音信号为.PCM格式-Speech recognition, speech signal MFCC coefficients calculated the code, requiring the input voice signal. PCM format
Design-and-implementation-of-multi-channel-speech-
- 本文设计了基于USB 端口的多路语音信号实时采集系统。在详细分析其硬件电路的功用与组成的基础上,给出了软件的流程图及部 分关键程序代码。通过在实验室环境下的系统测试可以得出,该系统具有采集速度快、支持热插拔、多路同时采集与存储、实时显示等优点,可作为对输入信号要求较高的语音信号处理系统输入端-In order to get high quality multi_channel speech data ,the USB based speech acquisition system with
voicerecord
- 模拟的语音输入,到数字的语音存贮,用C++实现语音录音。为语音数字传输做前提准备-Simulation of voice input to digital voice storage, using C++ realization of voice recording. Digital transmission of voice so as to prepare the premise
Bluetooth-Voice-Transmission
- 蓝牙通信模块:包含了输入输出、语音编码、前向纠错、GFSK调制、跳频等-Simulink model of a Bluetooth communication. Includes I/O, speech coding, FEC, GFSK Modulation, frequency hopping, and so on.
20040716delOffice
- Agent一词的中文意思是“代理”,故名思意,这类代理软件的主要作用是提供一种 易于理解和使用的操作界面,接受用户的指令、代替用户完成某些复杂繁琐的工作、或为用户 提供帮助。科学研究表明:从人机工程的角度考虑,赋予电脑或程序更多人性化色彩,如支持 语音合成输出信息、语音识别输入指令、智能提示、动画等,能够充分提高人机交互的有效性 和易用性。-Agent-term Chinese means " agent" , hence the name implies, th
MSCDemo
- Android下调用讯飞语音输入引擎的示例代码-Android under the call the iFly voice input engine sample code
VoiceTest2
- 最简单的语音输入安卓演示程序,使用时需要安装谷歌voice search插件。修改源代码后可以适应诸多功能。-The easiest the voice input Andrews demo program need to install the Google voice search plugin. Modify the source code can be adapted to many other features.
TextToSpeechSample
- 能将输入的文本转化为语音,可以听小说了,当然算法还需要优化-Can enter text into voice, you can listen to fiction
MscTest
- 一个简单的语音识别输入代码,单一功能,仅供参考!-android code for test!
Android
- 此程序为在Android环境下实现中英文口语转换器,最大创新点是可以实现语音输入,自动翻译,语音输出等功能,绝对为原创。 -This program is in the Android environment experiment spoken English converter, the biggest innovation is achievable voice input, automatic translation, voice output function.
qujingyinchongzu
- 对输入的语音信号运用短时能量函数进行去静音,然后把去掉静音帧之后的信号进行重组。-remove the mute of the speech signal (using short-term energy function), and then remove the signal mute frame after restructuring.
rwpitch
- 对输入的语音信号进行分帧处理,低通滤波,中心削波,求自相关函数最后得到基音轨迹。-Speech input signal framing processing, low-pass filtering, center clipping, seeking autocorrelation function finally got the pitch trajectory.
melp_fix_syn_ana_v1.0
- MELP的合成和参数提取,特征参数需要自己通过二进制文件输入,首先合成语音,然后分析输出是合成的语音的特征参数-MELP synthesis and extraction, characterized by the parameters to their binary input, first synthesized speech, and then analyzing the output of the characteristic parameters of the synthesized
TextToVoice
- 手机版应用软件:手工输入中文,系统自动阅读你输入的文字内容(文字识别+文字语音阅读)-read you input chart
MorningCall-master
- 一个基于JAVA的Android平台的叫早系统,有语音输入和整点报时两部分构成,用户可以自行设定叫醒时间-A JAVA-based Android platform called early systems, voice input and hourly chime of two parts, the user can set their own wake-up time
EnglishTranslate
- 英语翻译的应用,通过ksoap2调用有道词典的WebService服务实现英文翻译服务,另外项目中也通过安卓TextToSpeech实现了英文的拼读功能,如果想使用这个读单词的功能前提是您手机上没有精简掉这一个发音引擎,在手机设置菜单-语言和键盘设置-语音输入输出里面可以查看是否已经安装。 涉及模块&技术 WebService TextToSpeech-English translation of the application, through the ksoap2 call
AMR12.2kencode
- 将AMR的12.2k的语音编码的c代码转换为mex文件使其可以被matlab调用,在matlab2014中命令窗输入mex+空格+三个c文件名字(注意encode.c放在最前面)生成可执行文件,就可以调用encode函数。-The AMR 12.2k speech coding in C code conversion for mex file so that it can be called by the MATLAB. In the matlab2014 command window inp
WXVoice
- 微信智能语音识别源码是一个微信语音的例子源码,微信语音开放平台致力于为开发者提供免费的语音技术,目前已经开放的语音技术包括在线语音识别、在线语音合成等。语音识别功能已经在微信上使用并获好评无数,提高了聊天输入效率,准确率达90 以上。-Micro intelligent speech recognition source code is a micro channel voice source code examples, micro channel voice open platform is
RavenClaw_yyhbcx
- 语音对话版航班查询源码是一个一个语音查询的例子源码,其实这个例子的想法很不错,使用讯飞或者微信的语音服务,直接引导用户输入要查询的内容,语音转化成文字以后再直接查询想要的信息这种做法非常适合一些懒人,不过讯飞和微信的语音转文字都需要联网。本例子里面使用的语音api已经失效了,仅供参考。 -Speech dialogue version flight query source is a voice query by example source code, in this example is a