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

Search list

[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:

[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:

[Speech/Voice recognition/combineMATLABvoice

Description: 利用matlab作语音识别的ppt 它包含的例子非常好 很适合初学者 包含音频频谱仪的源码-Use of matlab for speech recognition ppt it contains very good examples of very suitable for beginners includes audio spectrum analyzer source code
Platform: | Size: 63488 | Author: 王帝 | Hits:

[Speech/Voice recognition/combinerasta-2_3

Description: RASTA is a program for performing feature extraction in speech recognition systems. It takes files or streams of audio data and produces files or streams of feature vectors. Three feature extraction approaches are supported - PLP, log-rasta and J-rasta. For each case, cepstral features are typically produced, although there are some options for spectrum-like features. RASTA handles various file formats and can be used in either batch mode or an interactive demonstration system. -RASTA is a program for performing feature extraction in speech recognition systems. It takes files or streams of audio data and produces files or streams of feature vectors. Three feature extraction approaches are supported- PLP, log-rasta and J-rasta. For each case, cepstral features are typically produced, although there are some options for spectrum-like features. RASTA handles various file formats and can be used in either batch mode or an interactive demonstration system.
Platform: | Size: 104448 | Author: 杨杭洲 | Hits:

[Speech/Voice recognition/combineMicrosoft_Audio_Engine_Chinese

Description: 微软TTS5.1语音引擎[中文],支持中文男生发音。-Microsoft Audio Engine_Chinese
Platform: | Size: 1502208 | Author: zhai | Hits:

[Program docaudio

Description: 《语音信号处理课程专题练习>>,是语音信号处理,如语音识别,音频水印方面的理论基础.-" Speech signal processing thematic curriculum practice> > is the voice signal processing, such as speech recognition, audio watermarking theoretical foundation.
Platform: | Size: 5120 | Author: hj | Hits:

[Speech/Voice recognition/combinemfcc

Description: 本文件包含语音识别语音识别中一些算法,加框处理的算法,以及进行mfcc和倒谱的算法,用matlab算法实现。另外还包含一个音频文件。-This document contains the speech recognition in a number of speech recognition algorithms, the algorithm deal with framing, as well as cepstrum mfcc and the algorithm implementation using matlab algorithm. It also contains an audio file.
Platform: | Size: 428032 | Author: 魏玮 | Hits:

[Speech/Voice recognition/combinemaltab

Description: 盲信号用于语音识别maltab程序代码,里面有相关语音文件,很不错-Speech Recognition for Blind Signal maltab code, which are related to audio files, it is good
Platform: | Size: 864256 | Author: labi | Hits:

[SCMxinbanben

Description: 基于MSP430单片机,我在2008年电子设计竞赛时编写的程序,验证过,程序没错,用workbench环境,基于LPCC算法,实现简单的语音识别。-MSP430-based microcontroller, and I in 2008 when the preparation of electronic design contest procedures, verified, the program is true, the workbench environment, LPCC-based algorithm, the realization of a simple speech recognition.
Platform: | Size: 27648 | Author: 来来 | Hits:

[Speech/Voice recognition/combineViaVoice4.0

Description: 语音识别对于电脑的智能化要求是比较高的, 它的发展经历了从静态的单个词的识别.特定人的 识别,以及非特定人的识别和动态连续语音的识别 几个历程。在1997年9月4日.IBM 经过26年 的潜心研究,终于向中国市场发布了其语音识别新 产品ViaVoice。这不但提高了汉字输入速度,而且 能使讲话人更自然流畅地表达自己的意图-Speech Recognition requirements for the intelligent computer is relatively high, it has experienced the development of a single word from the static identification. Identification of specific people, as well as non-specific human dynamic continuous speech recognition and identification number of the course. In September 4, 1997. IBM after 26 years of painstaking research, finally released to the Chinese market of new products of its speech recognition ViaVoice. This will not only improve the speed of Chinese character input, but also more natural fluent speech of people express their intention
Platform: | Size: 73728 | Author: 尹江波 | Hits:

[JSP/Javavoicexml_phone_survey_src

Description: VoiceXML is a markup language for creating voice-user interfaces. It uses speech recognition and/or touchtone (DTMF keypad) for input, and pre-recorded audio and text-to-speech synthesis (TTS) for output. It is based on the Worldwide Web Consortium s Extensible Markup Language (XML), and leverages the web paradigm for application development and deployment. With VoiceXML, speech recognition application development is greatly simplified by using familiar web infrastructure, including tools and Web servers.
Platform: | Size: 153600 | Author: jeyaram | 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 EngineeringAudio-Signal-Processing-

Description: Audio Signal Processing and Recognition 资源为html格式,包含大量示例以及练习,是学校语音信号处理的绝好教材-Audio Signal Processing and Recognition resources for html format, including a large number of examples and exercises, is an excellent school teaching speech signal processing
Platform: | Size: 3494912 | Author: songyue | Hits:

[Speech/Voice recognition/combine970702talkbox_1.1.1

Description: 这是一个基于C++的语音识别系统,包括语音输入,识别,输出等功-This is a C++ based speech recognition systems, including voice input, recognition, power output, etc.
Platform: | Size: 119808 | Author: chenn1999 | Hits:

[OtherAudio-Processing-

Description: 一本有关语音识别的书籍,讲解非常详细,是台湾张智星教授所写-A speech recognition books explain in great detail.
Platform: | Size: 3974144 | Author: 吴江 | Hits:

[AI-NN-PRSpeech-signal-classification-

Description: 语音特征信号识别是语音识别研究领域中的一个重要方面,一般采用模式匹配的原理解 决。语音识别的运算过程为:首先,待识别语音转化为电信号后输入识别系统,经过预处理后用数学方法提取语音特征信号,提取出的语音特征信号可以看成该段语音的模式。然后将该段语音模型同已知参考模式相比较,获得最佳匹配的参考模式为该段语音的识别结果.-Speech characteristic signal recognition is an important aspect in the field of speech recognition research, generally USES pattern matching the original understanding Definitely. Operation process of speech recognition are as follows: first, after waiting for voice recognition into electrical signal input and recognition system, after pretreatment Mathematical method was used to extract speech signal, and extracts the phonetic characteristics of signals can be as the segment of speech patterns. And then the Audio model compared to a known reference model, get the best match the reference pattern for this speech recognition results.
Platform: | Size: 375808 | Author: 吴军 | Hits:

[OtherSpeech-recognition-

Description: 语音识别技术是将音频数据转换成文本或其他形式 的计算机可以处理的信息技术。语音识别程序就是基于该 类技术的计算机应用程序。这类应用程序正越来越多地受 到广大用户的青睐。通过介绍一种基于VB6.0环境下的语 音识别程序的开发方法,并以此为切入点分析该开发方法 的优缺点及其应用前景。结合当前技术的发展趋势,展望这 类技术的发展方向和可能的发展结果。-Speech recognition technology is to convert the audio data into text or other forms
Platform: | Size: 353280 | Author: dyl | Hits:

[Video CaptureDigital-video-and-audio-technology

Description: chap02---视频捕捉chap03---视频会议系统chap04---远程视频监控系统chap05---MPEG-4播放技术chap06---MPEG-4编码技术chap07---MPEG-4解码技术chap08---MP3和解码chap14---语音识别系统-Chap02--- video capture chap03--- video conference system chap04--- remote video surveillance system based on chap05---MPEG-4 technology chap06---MPEG-4 chap07---MPEG-4 code decoding technology of chap08---MP3 and the decoding of chap14--- speech recognition system
Platform: | Size: 26927104 | Author: 周翔 | Hits:

[matlabvoice recording

Description: This GUI is built in MATLAB. It helps to record audio and save it. It also plot the audio to help you visualize it.
Platform: | Size: 503808 | Author: hirenparmar1982 | Hits:

[Mathimatics-Numerical algorithmsspeech emotion recognition

Description: 这是一款采用Matlab编写的语音识别界面,对情感语音进行模板培训。运行main.m,在界面选择待测试音频文件,运行后即可在界面看到检测结果。(This is a speech recognition interface written in matlab, which trains emotional speech template. Run main.m and select the audio files to be tested in the interface. After running, the test results can be seen in the interface.)
Platform: | Size: 8192 | Author: meiying6526 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net