登录
首页 » C# » speechstt

speechstt

于 2010-06-01 发布 文件大小:660KB
0 283
下载积分: 1 下载次数: 157

代码说明:

  c#写的语音识别程序,识别效率还算可以。且根据识别可以给出相应的识别百分比。适合研究语音识别以及tts的参考!(c# to write the speech recognition process, identify efficiency figure. And recognition can be given according to the percentage of the corresponding identification. Tts speech recognition, as well as for research reference!)

文件列表:

speechstt
.........\SppechsTT
.........\.........\SppechsTT
.........\.........\.........\bin
.........\.........\.........\...\Debug
.........\.........\.........\...\.....\GOODBYE2.wav,17132,1992-05-01
.........\.........\.........\...\.....\Grammar.xml,162,2010-05-31
.........\.........\.........\...\.....\Interop.SpeechLib.dll,163840,2010-05-22
.........\.........\.........\...\.....\Microsoft.DirectX.DirectSound.dll,178176,2009-02-08
.........\.........\.........\...\.....\Microsoft.DirectX.dll,223232,2009-02-08
.........\.........\.........\...\.....\read.xml,27,2010-05-31
.........\.........\.........\...\.....\SppechsTT.exe,24576,2010-05-31
.........\.........\.........\...\.....\SppechsTT.pdb,44544,2010-05-31
.........\.........\.........\...\.....\SppechsTT.vshost.exe,14328,2010-06-01
.........\.........\.........\...\.....\SppechsTT.vshost.exe.manifest,490,2007-07-21
.........\.........\.........\...\.....\test.wav,60044,2010-05-31
.........\.........\.........\...\.....\test1.wav,18168,1992-07-30
.........\.........\.........\...\.....\test2.wav,52044,2010-05-28
.........\.........\.........\...\.....\test3.wav,152044,2010-05-25
.........\.........\.........\...\.....\test4.wav,194286,2006-11-26
.........\.........\.........\...\.....\test5.wav,76044,2010-05-28
.........\.........\.........\...\.....\test6.wav,194286,2006-11-26
.........\.........\.........\...\.....\voice.wav,33188,2010-05-31
.........\.........\.........\...\.....\XMLFile1.xml,1737,2010-05-25
.........\.........\.........\Form1.cs,20211,2010-05-31
.........\.........\.........\Form1.Designer.cs,12128,2010-05-28
.........\.........\.........\Form1.resx,5814,2010-05-28
.........\.........\.........\obj
.........\.........\.........\...\Debug
.........\.........\.........\...\.....\Interop.SpeechLib.dll,163840,2010-05-22
.........\.........\.........\...\.....\Refactor
.........\.........\.........\...\.....\ResolveAssemblyReference.cache,7764,2010-05-24
.........\.........\.........\...\.....\SppechsTT.csproj.FileListAbsolute.txt,909,2010-06-01
.........\.........\.........\...\.....\SppechsTT.csproj.GenerateResource.Cache,847,2010-05-28
.........\.........\.........\...\.....\SppechsTT.csproj.ResolveComReference.cache,579,2010-05-22
.........\.........\.........\...\.....\SppechsTT.exe,24576,2010-05-31
.........\.........\.........\...\.....\SppechsTT.Form1.resources,180,2010-05-28
.........\.........\.........\...\.....\SppechsTT.pdb,44544,2010-05-31
.........\.........\.........\...\.....\SppechsTT.Properties.Resources.resources,180,2010-05-25
.........\.........\.........\...\.....\TempPE
.........\.........\.........\Program.cs,490,2010-05-22
.........\.........\.........\Properties
.........\.........\.........\..........\AssemblyInfo.cs,1398,2010-05-22
.........\.........\.........\..........\Resources.Designer.cs,2868,2010-05-22
.........\.........\.........\..........\Resources.resx,5612,2010-05-22
.........\.........\.........\..........\Settings.Designer.cs,1094,2010-05-22
.........\.........\.........\..........\Settings.settings,249,2010-05-22
.........\.........\.........\SoundRecordtest.cs,14198,2010-05-24
.........\.........\.........\SppechsTT.csproj,4801,2010-05-25
.........\.........\.........\XMLFile1.xml,1737,2010-05-25
.........\.........\SppechsTT.sln,917,2010-05-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 603
    验证码识别简化源码程序,结合易语言位图操作支持库和应用接口支持库,实现验证码图像的识别简化。(Verification code identifying the source simplify procedures , combined with easy language bitmap operations support libraries and application interface support library that implements a simplified identification verification code image .)
    2016-04-09 17:48:20下载
    积分:1
  • Extract-Sound-Feature
    利用matlab提取声音的基本特征,包络、MFCC、声谱图、能量。代码不复杂,但是省去大家找这些的时间。(The basic feature extraction using matlab sound envelope, MFCC, sonograms, energy. Code is not complicated, but we look for these omitted time.)
    2021-02-12 10:29:51下载
    积分:1
  • GenderRecognition
    从一段音频中识别说话人的性别。开发环境vs2005(To identify the audio from a speaker' s gender. Development Environment vs2005)
    2009-10-25 00:41:52下载
    积分:1
  • bksa
    基于峭度的盲分离开关算法的matlab源代码程序(Blind Source Separation Based on Kurtosis switch algorithm )
    2009-10-16 18:12:40下载
    积分:1
  • AnalogVoiceSignal
    观测实时模拟信号(语音)的频谱 用音频设备采集一段语音,将语音存为.wav格式。对wav文件作分段傅里叶变换分析。语音是分音节的,应把它分段分析,而且实际运用中的数字信号处理的FFT的点数是有限的,一般只能达到千点。用傅里叶反变换IFFT,从频域恢复信号。画出频谱图和语音波形图。 (Observing real-time analog signal (voice) of the spectrum collected with the audio devices section of voice, voice saved as. Wav format. Wav file of the sub-Fourier transform analysis to make. Speech is divided into syllables, it should be sub-analysis, and practical application of digital signal processing of the FFT points is limited, generally only reach 1000 points. Fourier inverse transform IFFT, to restore the signal from the frequency domain. Draw the spectrum map and voice waveform.)
    2010-01-27 16:01:16下载
    积分:1
  • GMM_SID
    用于说话人识别(声纹识别)中训练过程和识别过程的高斯混合模型程序(GMM model for the training process or test process of speaker identification)
    2012-08-16 11:39:59下载
    积分:1
  • espeak_1.36
    espeak语音生成库,内附有移植使用文档《espeak移植使用》(espeak speech generation library, containing transplanted using the document espeak transplant use )
    2021-01-03 18:08:56下载
    积分:1
  • GMM-MFCC
    基于GMM的MFCC算法的说话人识别,Maltab的高斯混合模型,12维。(MFCC speaker recognition algorithm based on GMM)
    2015-03-26 19:59:19下载
    积分:1
  • hh_fangcheng
    H-H微分方程的matlab原代码,内包含说明文档,对模拟神经元有帮助.(H-H Differential Equations Matlab original code, which includes documentation, simulated neurons to help.)
    2007-03-26 22:20:29下载
    积分:1
  • APCM
    adaptive modulation cm in speech coding
    2012-05-16 17:14:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载