Virtual Speech Mechanism System converts text to voice.
Virtual Speech Mechanism System is .NET based application written in C#. It can convert text to speech either in interactive mode or take input from a TEXT file.
It's output can either be directed to speakers or saved as WAV file that can be played with any audio player. Output wave can be selected to be of channel 1 or 2. It is 2 by default.
The speech rate can be controlled by -10 to 10 points depending upon the requirements along with volume ranging from 0 to 100%.
VSMS uses a binary...
SimpleSpeech is a research about developing automatic speech recognition (ASR) system that using Hidden Markov Models (HMM) method as the core engine. This research is purposed for students or ASR beginners that being interested in ASR.