联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 语音合成(254) 

[语音合成] RussianFastPitch

俄罗斯TTS使用FastPitch和WaveGlow模型,具有韵律控制能力,根据Bryzgunova的语调...
Russian TTS using FastPitch and WaveGlow models with the prosody control ability according to Bryzgunova intonational classification. (2023-03-06, Jupyter Notebook, 21471KB, 下载0次)

http://www.pudn.com/Download/item/id/1678096217555498.html

[语音合成] icity-assistant

Assistente Virtual com IBM Watson(助理、翻译)、谷歌学习(STT e TTS)和西班牙达多斯银行
Assistente Virtual com IBM Watson (Assistant, Translator), Google Learning (STT e TTS) e Banco de Dados para Curadoria (2022-12-08, JavaScript, 18717KB, 下载0次)

http://www.pudn.com/Download/item/id/1670443104521632.html

[语音合成] wiki_bot

一个python脚本,它使用TTS来阅读维基百科、plz-fork中的文章摘要,如果你愿意的话,可以为其做出贡献
A python script that uses TTS to read summeries of articles from wikipedia, plz fork and contribute to it if you want (2021-04-15, Python, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1618476227660126.html

[语音合成] morse-speak-demo

文本到语音(TTS)演示网络应用程序,可通过莫尔斯电码将书面文本转换为口语
Text-to-Speech (TTS) demo web app that converts written text into spoken words via Morse code (2018-08-01, JavaScript, 225KB, 下载0次)

http://www.pudn.com/Download/item/id/1533115758334164.html

[语音合成] music

可以分析输入的音乐信号,经过加窗和傅里叶变换,得到音乐的音调和音符等信息,最后复现音乐。
The input music signal can be analyzed, and the tone and note information of the music can be obtained by adding window and Fourier transform, and finally the music can be reproduced. (2020-10-31, matlab, 187KB, 下载2次)

http://www.pudn.com/Download/item/id/1604127396672821.html

[语音合成] hhrow

三种C#算法加演算,把C的算法转为C#并做出演示,可观看结果看演算过程,
Three kinds of C # algorithms are added, the C algorithm is converted to C # and the demonstration is made, and the results can be seen to see the calculation process. (2019-05-10, C++ Builder, 34KB, 下载0次)

http://www.pudn.com/Download/item/id/1557431500195765.html

[语音合成] 科大讯飞语音库SDK 4 5 2008-10-13 delphi

科大讯飞语音库SDK开发接口 4.0 5.0 2008-10-13 破解版 加delphi例程
HKUST's voice database SDK development interface 4 5 2008-10-13 plus Delphi routines (2018-11-01, Delphi, 6569KB, 下载15次)

http://www.pudn.com/Download/item/id/1541050086687246.html

[语音合成] endpoint_detection

对传输的语音信号进行端点检测,检测出端点后可进行加窗分帧而后进行短时傅里叶变换。
After the endpoint detection of the transmitted speech signal, after detecting the endpoint, windowed sub frame can be added, and then the short-time Fu Liye transform can be carried out. (2017-11-14, matlab, 409KB, 下载6次)

http://www.pudn.com/Download/item/id/1510625449697602.html

[语音合成] mfcc

对语音信号预加重、分帧、加汉明窗处理,然后进行短时傅里叶变换,得出频谱
The speech signal pre emphasis framing, Hamming window, and then the short time Fourier transform, spectrum obtained (2017-03-08, matlab, 8KB, 下载16次)

http://www.pudn.com/Download/item/id/1488947770496914.html

[语音合成] vb2010.speech

vb2010开发语音朗读详细过程,可以作为入门教程。
1.启动Microsoft Visual Studio 2010 2.新建项目 3.Windows\Windows窗体应用程序 4.确定 5.项目\添加引用 6.Com\引用microsoft speech object library(我的版本号是5.4)\确定 7.在Public Class Form1前加Imports SpeechLib 8.在sub中加Dim spk As New SpeechLib.SpVoice spk.Speak( 语音朗读成功 ) 9.完整代码(运行通过) Imports SpeechLib Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim spk As New SpeechLib.SpVoice spk.Speak( 语音朗读成功 ) End Sub End Class (2016-06-15, Visual Basic.NET, 17KB, 下载1次)

http://www.pudn.com/Download/item/id/1465957280129910.html

[语音合成] writewav

这是我参考网上很多网友的播客写的一篇关于读取wav语音文件,并把读取的数据存储到txt文件里面的c语言代码
This is what I refer to many online users to write an article about podcasting read wav sound files, and to store the data to be read txt file inside the c language code (2014-04-12, Visual C++, 499KB, 下载2次)

http://www.pudn.com/Download/item/id/2509166.html

[语音合成] winner

实现维拉滤波,对一段语音进行去噪声,实现效果很好,直接对目录下的test文件进行操作
Vera achieve filtering, de-noise for a voice, to achieve good results, directly to test files in a directory operation (2013-12-09, QT, 329KB, 下载4次)

http://www.pudn.com/Download/item/id/2421485.html

[语音合成] 9643280tdpsola

语音合成的psola算法,主要由语音标记,语音加窗处理,语音同步修改,语音叠加几个步骤组成
The the speech synthesis psola algorithm, mainly marked by voice, voice windowing processing voice synchronization modify, voice superposition of several steps (2012-11-15, matlab, 35KB, 下载21次)

http://www.pudn.com/Download/item/id/2048601.html

[语音合成] TestProc

实现用基本贝叶斯分类器进行训练,分类和识别,包含对矩阵的许多处理方法
The basic Bayesian classifier training, classification and identification, contain many processing methods for matrix (2012-10-18, Visual C++, 8870KB, 下载14次)

http://www.pudn.com/Download/item/id/2019383.html

[语音合成] 76705441add_noise_and_SNR_measure

语音增强算法,谱减法,小波变换法,加噪声,纯净语音
Speech enhancement algorithm, spectral subtraction, wavelet transform, adding noise, clean speech (2011-04-04, matlab, 1KB, 下载38次)

http://www.pudn.com/Download/item/id/1478421.html

[语音合成] 85375522hmm4tgdfgdfg

语音信号处理的最基本的Maylab处理程序,包括读入语音波形,清音浊音的检测,加窗,过零率,短时能量,基音最大值。
The basic speech signal processing Maylab handling procedures, including reading speech signals, voiceless voiced detection, windowed, zero crossing rate, short-term energy, pitch maximum. (2010-04-29, matlab, 180KB, 下载18次)

http://www.pudn.com/Download/item/id/1149921.html

[语音合成] voice

基于谱减法的语音端点检测,运用了语音增强,去噪,谱减,加窗,端点检测等方法
Spectral subtraction based speech endpoint detection, using a speech enhancement, denoising, minus spectrum, add windows, endpoint detection methods such as (2009-03-11, matlab, 1KB, 下载112次)

http://www.pudn.com/Download/item/id/668770.html

[语音合成] voice_programming_hmp_v3

dialogic语音卡加HMP(主机媒体服务)的语音篇开发指南,对东进DN序列语音卡开发也又作用。
dialogic voice Cagayan HMP (Host Media Services), the Guide to the development of Voice articles, on the east DN series voice cards have also developed role. (2007-06-17, Visual C++, 441KB, 下载43次)

http://www.pudn.com/Download/item/id/297025.html

[语音合成] wienerlvbogai

维娜滤波算法,降噪语音残留音乐噪声很小,可惜失真还是有点大
Wei-na filtering algorithm, noise reduction Voice small residual noise music, but it is somewhat large distortion (2007-06-13, matlab, 1KB, 下载44次)

http://www.pudn.com/Download/item/id/295719.html

[语音合成] MainScript

语音信号进行瞬时维纳滤波的程序,进行信号的去噪处理以便于识别或后续过程
speech signals instantaneous Wiener filtering procedures, signal denoising for identification or follow-up in the process (2007-04-26, matlab, 1KB, 下载85次)

http://www.pudn.com/Download/item/id/273788.html
总计:254