-
文本语音转换示范代码
文本语音(Text-to-Speech,以下简称TTS),基于MSTTS,它的作用就是把通过TTS引擎把文本转化为语音输出。代码示范了如何运用Microsoft Speech SDK 建立自己的文本语音转换应用程序。
- 2022-02-26 17:27:37下载
- 积分:1
-
ETSI发布的用于研究分布式语音识别的前端降噪算法
ETSI发布的用于研究分布式语音识别的前端降噪算法-It is a algrithm that ETSI develops to decend the noice in voice recognizing.
- 2022-03-22 21:20:25下载
- 积分:1
-
语音信号处理工具包,是日本的一个大学开发的,对于HMM模型的建立很有帮助。...
语音信号处理工具包,是日本的一个大学开发的,对于HMM模型的建立很有帮助。-A tool box of speech processing, exploited by a Japanese university. It s quite helpful for setting up a HMM model.
- 2022-01-31 04:51:01下载
- 积分:1
-
语音编码标准G 711实现的,通过编译通过
语音编码标准G.711的VC实现,编译通过-Voice coding standard G. 711 realize the VC, the compiler through
- 2022-03-12 00:36:53下载
- 积分:1
-
微软的语音识别资料
微软的语音识别资料-information of speech recognition of ms
- 2022-01-26 06:17:29下载
- 积分:1
-
利用倒谱求出语音信号频谱包络和基音频率。
利用倒谱求出语音信号频谱包络和基音频率。-Cepstrum was calculated for the spectrum envelope of speech signal and the pitch frequency.
- 2022-03-04 12:30:19下载
- 积分:1
-
语音信号处理中基音周期提取算法。运用传统的自相关方法。并加入了三电平削波的处理。...
语音信号处理中基音周期提取算法。运用传统的自相关方法。并加入了三电平削波的处理。-Speech Signal Processing pitch extraction algorithm. Using the traditional autocorrelation method. And joined the three-level clipping processing.
- 2022-02-04 06:56:52下载
- 积分:1
-
语音识别系统:根据采集的语音进行文字的输出!
语音识别系统:根据采集的语音进行文字的输出!-Speech Recognition System: Based on collected voice to text output!
- 2023-01-03 22:25:03下载
- 积分:1
-
很多人不会在windows里编译htk,因此所有htk3.2.1的程序在windows里编译了一次,可以在命令窗口下直接使用这些指令....
很多人不会在windows里编译htk,因此所有htk3.2.1的程序在windows里编译了一次,可以在命令窗口下直接使用这些指令.-many people will not compile the windows Lane HTK, all the procedures htk3.2.1 windows Lane compiler, the one window in order to use them under direct orders.
- 2023-01-30 12:35:05下载
- 积分:1
-
检测语音信号的共振峰
% gender = gender_detector(X,Fs)
%
% This function will use a...
检测语音信号的共振峰
% gender = gender_detector(X,Fs)
%
% This function will use a pitch detection algorithm to decide if the speaker is MALE(0) or FEMALE (1).
% It is designed to work with short speech samples (up to or greater than 50 ms). The function returns a
% 0 if X contains male speech and a 1 if it contains female speech.
-the resonance peak gender_detector% gender = (X, Fs)%% This function will use a detection a pitch lgorithm to decide if the speaker is abbreviation (0) or F EMALE (1). % It is designed to work with short spe ech samples (up to or greater than 50 ms). The fun ction returns a 0% if X contains a male speech and if it contains a female speech.
- 2022-07-01 23:56:15下载
- 积分:1