搜索资源列表
关于tts语音引擎的使用方法
- 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。 Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\\Speech目录下
HMM
- 本文件是关于BP神经网络的语音特征信号分类的实现。-This document is about the BP neural network of phonetic features the realization of signal classification.
Untitled2
- 求离散傅立叶频谱, 重构低通滤波,在噪声环境下语音信号的增强,语音信号为读入的声音文件,噪声为正态随机噪声-Discrete Fourier spectrum seeking to reconstruct low-pass filter, the noise enhancement of speech signals, speech signal is read into the sound file, the noise is normal random noise
Neural-network222
- BP神经网络的数据分类-语音特征信号分类,6个文件,四个为数据文件-BP neural network data classification- speech feature signals classification, 6 files, four for data files
record-wu
- 录音界面,有时频分析、语音播放、波形文件加载和存储功能。-Recording interface, and sometimes frequency analysis, voice playback, wave file to load and store functions.
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
src
- wav文件格式的信息读取。使用于语音信号处理中的前期wav文件格式的分析。-Information read wav file format. Analysis of speech signal processing used in the pre wav file format.
voiceRecognition-master
- 语音识别源码,使用谷歌语音API来转录声音文件(FLAC)和播放声音文件-Voice recognition source, using the Google Voice API to transcribe sound files (FLAC) and play sound files
语音识别1
- 英文数字以及简单单词语音识别,用DTW算法实现,其中包含英文数字1-9的录音以及简单单词录音文件(Speech recognition of English numbers and words by DTW algorithm)
sssb
- 实现手势识别 详见文件及注释 % Edit the above text to modify the response to help ShowNShot % Last Modified by GUIDE v2.5 11-May-2012 20:53:53 % Begin initialization code - DO NOT EDIT(Realization of gesture recognition % SHOWNSHOT MATLAB code for Sh
TTS 语音合成开发包
- TTS 语音合成开发包,帮助程序员仅通过几行代码轻松实现文本朗读、文本转音频文件的功能,只需几分钟的时间,就可以将TTS语音功能集成到你的程序中。 开发包的使用 1、首先将 Include\Speak.h、Lib\Speak.lib 拷贝到工程所在的目录 2、在要调用语音接口的代码中引入这两个文件: #include "Speak.h" #pragma comment(lib, "Speak.lib") 3、调用语音接口编写相关代码