Welcome![Sign In][Sign Up]
Location:
Search - speech recognition in c

Search list

[Multimedia programVisual C++视频音频开发实用工程案例精选

Description: 这是《Visual C++视频/音频开发实用工程案例精选》一书的源代码。精选了大量的具有商用价值的工程案例,包括视频捕捉系统、视频会议系统和远程视频监控系统的开发技术;网络、多媒体技术的底层实现;MP3深入编程技术等。最后一章为基于IBM ViaVoice的语音识别系统在上位机和下位机之间的通信的架构及实现。-This is the "Visual C video / audio develop practical projects selected cases," a book source. Featured in a great deal of value to the business case works, including video capture systems, video conferencing systems and remote video surveillance systems development; Network, multi-media technology to achieve the bottom; MP3-depth programming skills. The final chapter of the IBM ViaVoice speech recognition system in the PC and the next crew of communication between the organization and realization.
Platform: | Size: 22414005 | Author: 靳晓辉 | Hits:

[Speech/Voice recognition/combinehmm-1.03.tar

Description: 语音识别中经典的HMM算法,包括产生序列、测试和参数训练,由C语言编写。- In speech recognition classical HMM algorithm, including has the sequence, the test and the parameter training, compiles by the C language.
Platform: | Size: 13312 | Author: | Hits:

[Multimedia DevelopVisual C++视频音频开发实用工程案例精选

Description: 这是《Visual C++视频/音频开发实用工程案例精选》一书的源代码。精选了大量的具有商用价值的工程案例,包括视频捕捉系统、视频会议系统和远程视频监控系统的开发技术;网络、多媒体技术的底层实现;MP3深入编程技术等。最后一章为基于IBM ViaVoice的语音识别系统在上位机和下位机之间的通信的架构及实现。-This is the "Visual C video/audio develop practical projects selected cases," a book source. Featured in a great deal of value to the business case works, including video capture systems, video conferencing systems and remote video surveillance systems development; Network, multi-media technology to achieve the bottom; MP3-depth programming skills. The final chapter of the IBM ViaVoice speech recognition system in the PC and the next crew of communication between the organization and realization.
Platform: | Size: 22413312 | Author: 靳晓辉 | Hits:

[Speech/Voice recognition/combinedtw-new

Description: DTW (Dynamic Time Warping)源程序,广泛应用于语音识别等领域,可以用于相似曲线的对齐。(用winrar进行解压)-DTW (Dynamic Time Warping) source. widely used in areas such as speech recognition, which can be used similar to the curve alignment. (Using WinRAR for decompression)
Platform: | Size: 2008064 | Author: 王选 | Hits:

[Speech/Voice recognition/combineSpeech-recognition.hmm

Description: 利用hmm的孤立字(词)语音识别系统,经典的算法,没有图形界面,需要的可以完善一下。-use hmm isolated words (words) speech recognition system, the classical algorithm, no graphical interface, need to be perfect in this.
Platform: | Size: 268288 | Author: 张维镇 | Hits:

[CSharpuseMSAgent-TTSInCSharp

Description: 在C#中使用微软AGENT之TTS.微软Agent API能够提供卡通角色的显示,另外,它还可以支持语音识别,因此应用软件可以对语音命令作出反应,而卡通角色可以通过合成的语音、录制好的音频信号或文字对命令作出反应-in C# using Microsoft Agent's TTS. Microsoft Agent API to provide cartoon role show that addition, it can support speech recognition, the application software can respond to voice commands. and the cartoon role through synthetic voice, a good audio signal recording or written orders to respond
Platform: | Size: 217088 | Author: hezheng | Hits:

[SCM2006724164348

Description: 智能语音识别避障机器人 // 语音识别+机器人+超声波测距综合应用方案 // 采用特定人识别技术,程序开始时用户需要对语音识别进行训练,每 // 条指令训练两次,训练成功后,才开始真正的语音辨识,针对用户发 // 出的不同语音指令,机器人执行不同的动作,在动作过程中进行超声 // 波测距,遇到障碍物停止动作,并发射飞盘-Intelligent voice recognition robot obstacle avoidance// speech recognition+ Robot+ Ultrasonic rangefinder integrated application program// using specific recognition technology, users need the beginning of the proceedings of the speech recognition training, each// instructions training twice , training success, the only real speech recognition, user-fat// a different voice commands, robot perform different actions, in the course of action to carry out ultrasound// wave ranging, encountered obstacles to stop action, and fired Frisbee
Platform: | Size: 183296 | Author: 会自 | Hits:

[Speech/Voice recognition/combineHMMmodel

Description: This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
Platform: | Size: 15360 | Author: aaaaaaa | Hits:

[Speech/Voice recognition/combineCELP_Codec_C_SourceCode

Description: CELP32C是数字语音编码中的CELP编码,C语言程序-CELP32C digital speech coding in CELP coding, C Language Programming
Platform: | Size: 110592 | Author: 辛骏 | Hits:

[AI-NN-PRHidden_Markov_model_for_automatic_speech_recogniti

Description: Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
Platform: | Size: 23552 | Author: | Hits:

[Speech/Voice recognition/combinedsds

Description: 基于改进LPCC和MFCC的汉语耳语音识别,在MATLAB上设计出了基于LPCC和MFCC的汉语语音孤立词识别/-LPCC and MFCC Based on Improved Chinese ear speech recognition, in the MATLAB design based on the LPCC and MFCC Chinese isolated word speech recognition /
Platform: | Size: 344064 | Author: chenfeng | Hits:

[Speech/Voice recognition/combineLMS-C

Description: LMS滤波器示例程序,在TURBOC中运行 这是一个简单的可图形显示的C程序 输入信号是一个被噪声污染了的sin信号。 */ /* 运行后,屏幕的上方是输入信号,下方是经过LMS滤波后的输出信号 -LMS filter sample programs, run in TurboC This is a simple graphical display can process the C input signal is a noise contaminated signal sin.*//* Running, the top of the screen is the input signal, the bottom is the result after the LMS filter output signal
Platform: | Size: 4096 | Author: 蜗牛 | Hits:

[Mathimatics-Numerical algorithmssimulator_for_SoC

Description: 研究了用 C 语言对孤立词语音识别算法进行了仿真,对每个算法的效率、时间复杂性、 空间复杂性进行深入的讨论和分析,-Studied using C language on an isolated word speech recognition algorithm simulation, the efficiency of each algorithm, time complexity, space complexity of an in-depth discussion and analysis,
Platform: | Size: 620544 | Author: 在式朝 | Hits:

[Speech/Voice recognition/combineVRecognize

Description: 基于语音特征采样的,实现的特定语音识别代码,准确率90%以上-Based on voice characteristics of the sample to achieve the specific speech recognition code, more than 90 accuracy rate
Platform: | Size: 2848768 | Author: 陈宝明 | Hits:

[Speech/Voice recognition/combineScrap

Description: The speech signal contains rich messages, and three main recognition fields from speech signal, which are of most interest and have been studied for several decades, are speech recognition, language recognition and speaker recognition. In this the focus is on speech recognition field. In our everyday lives there are many forms of communication, for instance: body language, textual language, pictorial language and speech, etc. However amongst those forms speech is always regarded as the most powerful form because of its rich dimensions character. Except for the speech text (words), the rich dimensions also refer as the gender, attitude, emotion, health situation and identity of a speaker. Such information is very important for an effective communication. From the signal processing point of view, speech can be characterized in terms of the signal carrying message information. The waveform could be one of the representations of speech, and this kind of signal has been most useful in practical applications.
Platform: | Size: 3072 | Author: kinny garg | Hits:

[Mathimatics-Numerical algorithmsSpeech-recognition

Description: 一款语音识别软件,基于C编写的,基本的功能都可以实现。-A voice-recognition software, written in C based on the basic functions can be achieved.
Platform: | Size: 156672 | Author: 冯云 | Hits:

[OS programspeech_sdk

Description: speech sdk的C++例子,包括语音合成、语音识别,可以根据这些例子进行语音控制程序的开发。-speech sdk in C++ examples, including speech synthesis, speech recognition, voice can be the basis of these examples the development of control procedures.
Platform: | Size: 1232896 | Author: 陶刚 | Hits:

[Windows DevelopPatternRecognition

Description: The file PatternRecognition.rar contains 5 projects and the corresponding source code implementing the algorithms used for pattern recognition in still images, audio and video files. It contains: i) Discrete Cosine Transform in c# ii) face detection algorithm in c++ iii) speech recognition algorithm in c++ iv) algorithm to identify similar images in c++ v) Video playing and processing algorithms in c#. These projects were compiled from the CodeProject websites. The detailed description can be found in the Readme.txt file.-Content of Readme.txt The decompressed folder PatternRecognition contains 5 subfolders including the source codes that implements the computer algorithms for intelligent processing of still images, audio and video information. They were collected and compiled from the codeproject a comprehensive website for source code sharing among software developers and researchers. The programs were implemented in c++ and c#. 1) Description: Implementation of face detection algorithm in c++ Folder: ./PatternRecognition/FaceDetection/facedetector_src.zip Download source: http://www.codeproject.com/KB/audio-video/face_detection.aspx 2) Description: Implementation of speech recognition algorithm in c++ Folder: ./PatternRecognition/SpeechRecognition/SR_src.zip Download source: http://www.codeproject.com/KB/audio-video/tambiSR.aspx 3) Description: Implementation of algorithm to identifiy similar images in c++ Folder: ./PatternRecognition/ContentBasedImageRetrieva
Platform: | Size: 2679808 | Author: ben | Hits:

[Software EngineeringSpeech-recognition-in-CSharp---CodeProject_files.

Description: complete voice detection and recognition program in C#
Platform: | Size: 145408 | Author: gulraiz Shabbir | Hits:

[OtherSR

Description: WinForm界面,实现实时的离线中英文混合语音识别。速度很棒,识别率有待提高。(WinForm interface for real-time offline mixed speech recognition in Chinese and english. The speed is great, and the recognition rate needs to be improved.)
Platform: | Size: 43008 | Author: catfool | Hits:
« 12 3 4 »

CodeBus www.codebus.net