BaiduASRAndTTS
1.0.0

SpeechModel: A class contains almost all the parameters the Baidu API need to achieve ASR and TTS.
WavInfo: A struct contains the basic element of one Wave object.
AutomaticSpeechRecognition: Class does the 'Get access token' and 'recognition' work, mainly send HTTP post request.
ClassUtils: Some utility methods grouped together.
ISpeechRecorder: Interface, define 3 methods to be implemented: SetFileName, StartRec, StopRec.
DirectRecorder and NAudioRecorder: Two different implementation of ISpeechRecorder.
Form: Handle most UI controls' action, response to button action, and other event.
