Description: This part of a larger project on speech recognition we developed at ORT Braude college. The aim of the project is to activate programs on your desktop or panel by voice. Platform: |
Size: 4340736 |
Author:夏佳 |
Hits:
Description: 本软件是一套完全基于神经网络的语音识别处理软件。
本软件为纯绿色软件,无须安装,解压到任意一个目录下,直接运行主程序 whd.exe ,卸载时删除所在目录即可,软件不会给系统留下任何垃圾,请放心试用,但为了您的数据安全,在使用时请先将重要数据保存备份,呵呵,我信不过微软啊:)
本软件使用的是本人自行开发的神经网络处理系统,但因工程浩大,且本人穷,只能独立编写,所以现在这个试用版所使用的神经网络系统并不完整,只实现了我最初设计的一半功能,识别效果还不是很理想,正在改进中:) 但还是希望大家能对软件提出宝贵意见,我的邮箱:whd_china@etang.com 或 yinshishan@sina.com
-this a completely software based on neural network speech recognition processing software. The software for the pure green software, no installation, to extract an arbitrary directory and run the main program whd.exe. unloading directory will be deleted, the software system will not leave any garbage, please rest assured that trial. But for the sake of your data security, the post will be used to preserve important data backup, Oh, I trust Microsoft ah : ) This is the software I use to the development of the neural network processing system, but the project is a huge one, himself poor, only independent prepared, the trial version now used by the neural network system is incomplete. I just realized the first half of the design function, recognition effect is not very satisfactory, is imp Platform: |
Size: 2885632 |
Author:zw |
Hits:
Description: This part of a larger project on speech recognition we developed at ORT Braude college. The aim of the project is to activate programs on your desktop or panel by voice. Platform: |
Size: 66560 |
Author:政逸 |
Hits:
Description: This the source code to the Massey School of Engineering Speech project.It has the Alice Artificial Intelligence engine included and only needs a Microsoft Agent character to work. The program will work without MSagent as well however.
The program will respond to your speech commands using Vista Speech Recognition and can control lights and other devices using X-10 controllers.
It can also read the news headlines, activate timers for switching lights, search and play music/videos, read text files,search and display image files and so on. It is fully programmable at run-time.-This is the source code to the Massey School of Engineering Speech project.It has the Alice Artificial Intelligence engine included and only needs a Microsoft Agent character to work. The program will work without MSagent as well however.
The program will respond to your speech commands using Vista Speech Recognition and can control lights and other devices using X-10 controllers.
It can also read the news headlines, activate timers for switching lights, search and play music/videos, read text files,search and display image files and so on. It is fully programmable at run-time. Platform: |
Size: 3617792 |
Author:Tom_M |
Hits:
Description: In this project we have processed the speech signal with the help of the DIGITAL SIGNAL PROCESSING techniques. The speech signal is given as the input will be verified using speech recognition technique using matlab. We have used Mel Frequency Cepstral Coefficient (MFCC) along with Vector Quantization (VQLBG) and Euclidean Distance to identify different characters. Based on the results, data was send to Parallel Printer Port of the computer & using relay different devices will be controlled.
Platform: |
Size: 2048 |
Author:SimonKap22 |
Hits:
Description: This Microsoft Speech Recognition training upload. It can add training directly to speech engine. I have found this code at some other forum and looking for converting it to csharp for use in my project. Platform: |
Size: 2777088 |
Author:Umaid |
Hits:
Description: This is a project report on building a speech recognition robot using HM2007 and Atmel AVR AtMega16 microcontroller. The HM2007 is used to store voice commands and template matching. Platform: |
Size: 936960 |
Author:Shouvik |
Hits:
Description: Sources for isolated speech recognition project. Compiled with Visual Studio 2008. Used Visual C++ for gui programming, the engine is written in pure C++ and can be used in many ways. Platform: |
Size: 22528 |
Author:asdasdads |
Hits:
Description: Source, used to develop fractal-based application. Was developed as part os speech recognition project, just like one of support tools. Wasn`t useful for that task, but supported multiple analytic operations with fractals. Platform: |
Size: 17248256 |
Author:axel |
Hits:
Description: 该项目主要以语音识别技术为支持,实现通过不同的语音命令达到控制蜡像做出相应的动作和反应。项目主要分为两个系统:语音识别系统和蜡像的动作控制系统,其中后者的硬件工作已经基本完成,只需在与语音识别部分结合时做软件上的编写和考虑,因而项目重心在语音识别技术上。-The project mainly take the speech recognition technology for support, so as to realize the different voice commands to control wax to make corresponding action and reaction. Project is divided to two systems: speech recognition system and the wax of the motion control system, including the hardware work has been basically completed, only when combined with part of speech recognition software on the preparation and consideration, and project focus on speech recognition technology. Platform: |
Size: 4717568 |
Author:袁丁 |
Hits:
Description: 于市售 STM32 开发板上实现特定人语音识别处理项目。识别流程是:预滤波、ADC、分帧、端点检测、预加重、加窗、特征提取、特征匹配。端点检测(VAD)采用短时幅度和短时过零率相结合。检测出有效语音后,根据人耳听觉感知特性,计算每帧语音的 Mel 频率倒谱系数(MFCC)。然后采用动态时间弯折(DTW)算法与特征模板相匹配,最终输出识别结果。先用Matlab对上述算法进行仿真,经数次试验求得算法内所需各系数的最优值。而后将算法移植到 STM32 开发板上,移植过程中根据 STM32 上存储空间相对较小、计算能力也相对较弱的实际情况,对算法进行优化。最终完成于 STM32 微处理器上的特定人语音识别系统。-Implement speech recognition processing project in commercially available STM32 development board. Identification is the process: pre-filter, ADC, framing, endpoint detection, pre-emphasis, windowing, feature extraction, feature matching. Endpoint detection (VAD) short-time amplitude and short-term zero rate combined. After detecting an effective voice, according to the characteristics of human auditory perception, calculated for each frame of speech Mel Frequency Cepstral Coefficients (MFCC). Then dynamic time warping (DTW) algorithm and feature template matches the final output recognition result. First with Matlab simulation algorithm described above, after several trials to get the optimal value of each coefficient within the desired algorithm. The algorithm will migrate to STM32 development board, the porting process according to the STM32 relatively small storage space, computing power is relatively weak situation of the optimization algorithm. Finally completed on the STM32 micr Platform: |
Size: 325632 |
Author:Chenkly |
Hits: