搜索资源列表
cljsound
- 自己写的语音处理小程序,并做成了GUI界面。-himself wrote the speech processing small procedures, and create a GUI interface.
SpeechSynthesisTechnologybasedonFreeTTS
- Java 提供了语音API技术用于支持应用程序或W eb 页面中的人机语音交互, 其核心技术包括语音合成和语音识别。FreeTTS 是Java 语音合成技术的实现手段之一, 以创建电话号码朗读程序为例, 探讨了基于该技术的Java 语音API实现方法及相关问题。-API provides a Java technology used to support voice applications, or W eb page man-machine voice interaction, and its
create
- Speech Recognition system using HMM...includes Viterbi , Forwarding and Backtracking Algorithm
voice_processor
- The purpose of this project is to create a different system for processing voice signals and from which we draw useful conclusions about these brands. More specifically, the system will first filter the voice signal with a pass bandwidth (chebyshe
DTW
- For create database for speech recognition system that extract features from sound files and save them in a file
trakwindowgenerator
- It is simple program to create windowing parameters used to prepare samples in next steps of my master thesis program. Function used to generate parameters are taken from wikipedia ttp://en.wikipedia.org/wiki/Window_function
TTSTest
- 多线程tts,测试tts的稳定性,不断的创建线程去读tts-Multi-threaded tts, testing the stability of tts, and constantly create a thread to read tts
Voice_v1
- 可以將WAV檔的資訊取出,並且能由TXT檔自創WAV檔,顯示聲音資訊,包含取樣頻率,長度,波形...等等之類-WAV files of information can be removed, and can create their own WAV files from the TXT file, display the sound information, including sampling frequency, length, wave ... and so forth and the l
praat5.1.2
- a computer program with which you can analyse synthesize,and manipulate speech and create high-quality pictures for your articles and thesis
CODE_UPLOAD466
- create FFT file analsys audio
create
- windows 操作系统 winmm.dll 中常用的功能 录音-windows operating system functions commonly used in recording winmm.dll
CPP-builder-TTS
- 朗读时程序不卡(创建新线程朗读的),可以导出为WAV格式语音文件。-When the program does not read cards (create a new thread reading), can be exported as WAV format audio files.
speechfeaextra1
- Short introduction to speech feature extraction code: Step 1: create speech features: If you have a one stereo file with each speaker in one channel use: features = speech_features_stereo( demo.wav ) If you are using several mo
Vehicle-Traffic-Patterns-at-an-Intersection-(SimE
- it help us to create traffic model
recog
- The sign language recognition to create a to store the training image, the video capture infront the user image and each sign language assign the letter the preprocessing the image then image is convert into rgg to cbcr. The image is segmented fe
Train_Classifier
- This function (trainClassifierExample.m) is a tutorial/example on how to create a user-defined vision.CascadeObjectDetector detector. This function uses an attached webcam to take video of a user and builds a detector on their face. From this example
提取语音信号基频
- 用自相关函数提取语音信号基频,提取音频文件的基频等高线(Use the autocorrelation function on segments of the signal (windowsize: 100ms) and compute the fundamental frequency. Use a max_time_lag of 100ms in the autocorrelation function and a window shift of 25ms. create a fundame