Description: A sound collection: the sound signal into the computer, we took advantage of low-level operation of sound recording technology, that is winmm.lib to API calls. This part of the specific programming is written in a class (Soundin category). Set in the constructor, including maximum sampling rate (11025), data cache (as a program and a one-time read data, 2048), sound card itself is carried by some of the effects of various parameters such as sampling data call the API function waveInGetNumDevs (return UNIT , the parameter is empty) Attorney and open sound input device, or sound card and thus the use of waveInGetDevCaps get sound card capacity (in the waveInCaps exist in the data, address reference to them from the DWORD dwFormats get the maximum sample rate, channel number and Sampling bit)
To Search:
- [MySound] - From the ordinary PC sound card produced
- [VT20] - Virtual tools
File list (Check if you may need any files):
SpeechDemo\howto.txt
..........\ReadMe.txt
..........\Resource.h
..........\speech.jpg
..........\SpeechDemo.clw
..........\SpeechDemo.cpp
..........\SpeechDemo.dsp
..........\SpeechDemo.dsw
..........\SpeechDemo.h
..........\SpeechDemo.ncb
..........\SpeechDemo.opt
..........\SpeechDemo.plg
..........\SpeechDemo.rc
..........\StdAfx.cpp
..........\StdAfx.h
..........\Text2Speech.htm
SpeechDemo