搜索资源列表
project语音编码
- wav声音文件的通过多脉冲激励编码器,长时预测合成新的声音文件-wav sound files through the multi encoder pulse excitation, long forecast synthesis of new voice
waveformtoolbox
- 语音合成与识别,代码条理清楚,方便学习使用-speech synthesis and recognition, code clarity to facilitate learning
PSOLA_matlab
- 语音合成中psola算法的源代码,matlab环境下的。
基于数据挖掘的语音驱动三维人脸动画合成
- 三维人脸动画的合成:利用数据挖掘和语音驱动(解决了语音和动画的同步)-3D Facial Animation Synthesis : Using Data Mining and voice-driven (to solve the voice and animation simultaneously)
psola语音程序
- psola语音合成程序
STRAIGHT语音分析与合成技术
- 近几年来,在自然语言处理、信号处理、随机过程处理等方法的推动下,语音分析与合成技术获得了很大的发展,突破了传统的单纯语音计算算法的研究。情感语音分析与合成的研究,适应了语音技术的未来发展趋势,由于它能够很好的将语音的口语分析、情感分析与计算机技术有机的融合,为实现以人为本,具有个性化特征的语音合成系统,奠定基础。-STRAIGHT[1] is a high-quality speech analysis, modification and synthesis system based on a
lpc_basedon_matlab
- lpc线性预测编码的matlab实现。其中包含原始数据文件和合成语音文件。程序合理易懂。-linear predictive coding of lpc matlab implementation. Which contains the original data file and the synthesized voice files. Procedures reasonably easy to understand.
matlab
- 利用matlab对语音进行处理,matlab在语音处理中应用,进行合成和发声-matlab
SPTK-3.3
- SPTK工具,配合HTS开发语音合成,有前面两篇论文资料使用-SPTK tools, with HTS development of speech synthesis, information on the use of the previous two papers
filter
- 本文分析了语音数字信号的采集来源以及其预处理。通过实例,利用Matlab对语音信号进行时频变换与分析,同时构造一个固定频率的干扰信号,对两个信号进行合成,设计数字滤波器,实现对语音信号的F IR、IIR滤波处理,最后在时域和频域中对信号进行分析比较。-This paper analyzes the sources of voice digital signal acquisition and its pretreatment. By example, voice signals using Ma
yuyinghecheng
- 语音合成,变速不变调,有注释,方便语音初学者学习。-Speech synthesis, variable speed constant tone, with annotations, to facilitate voice beginners.
tamenqupashan
- 简单的语音合成程序,本人调试后,可以运行,仅供参考!-Simple speech synthesis procedure, I debug, you can run for reference purposes only!
PSOLA
- 语音合成PSOLA算法实现 语音合成PSOLA算法matlab实现-Speech synthesis psola algorithm achieve speech synthesis psola algorithm matlab
galatea4win-istc-2009-02
- 2009年以京都大学为主的几个大学合力开发的拟人化agent,主要具有语音识别,语音合成等功能。能自然与用户对话的项目文件。 该包,包含这个项目的所有文件。-Anthropomorphic agent, jointly developed by several university-based Kyoto University in 2009 with voice recognition, speech synthesis and other functions. Can be a natu
Music-and-voice
- MATLAB基础画图、函数操作等模板学习程序,另外还有语音合成和音乐合成两个实验程序,让你尽情体验MATLAB的魅力!-MATLAB foundation drawing, function and operation template learning program, in addition to the two experimental procedures for speech synthesis and music synthesis, let you Experience MATLA
World-master
- 本历程是基于matlab的语音合成算法,可以有效的用参数合成的方法进行语音合成(speech synthesis with matlab)
matlab语音信号分析与合成(第2版)程序
- 这里上传的是:matlab语音信号分析与合成(第2版)程序,希望对大家有用。(Here is uploaded: Matlab voice signal analysis and synthesis (Second Edition) program, I hope to be useful to all of you.)
MATLAB在语音信号分析和合成中的应用
- matlab在语音信号分析和合成中的应用(The application of matlab in speech signal analysis and synthesis)
笫6章程序
- matlab在语音信号分析和合成中的应用第六章内容(The application of matlab in speech signal analysis and synthesis)
TTS 语音合成开发包
- TTS 语音合成开发包,帮助程序员仅通过几行代码轻松实现文本朗读、文本转音频文件的功能,只需几分钟的时间,就可以将TTS语音功能集成到你的程序中。 开发包的使用 1、首先将 Include\Speak.h、Lib\Speak.lib 拷贝到工程所在的目录 2、在要调用语音接口的代码中引入这两个文件: #include "Speak.h" #pragma comment(lib, "Speak.lib") 3、调用语音接口编写相关代码