Structs

Constants

Functions

@fn MSPAppendData @brief Append Data.

@fn MSPDownloadData @brief Download User Specific Data

@fn MSPGetParam @brief get params of msc

@fn MSPGetResult @brief Get Result

@fn MSPGetVersion @brief Get version of MSC or Local Engine

@fn MSPLogin @brief user login interface

@fn MSPLogout @brief user logout interface

@fn MSPSearch @brief Search text for result

@fn MSPSetParam @brief set params of msc

@fn MSPUpload @brief Upload User Specific Data

@fn MSPUploadData @brief Upload User Specific Data

@fn Mbytes2Wchar @brief mbytes to wchar

@fn QISEAudioWrite @brief Write Audio

@fn QISEGetParam @brief get params related with msc

@fn QISEGetResult @brief Get Evaluation Result

@fn QISEPaperCheck @brief Paper Check

@fn QISEResultInfo @brief Get Result Info

@fn QISESessionBegin @brief Begin a Evaluation Session

@fn QISESessionEnd @brief End a ISR Session

@fn QISETextPut @brief Put Text

@fn QTTSAudioGet @brief Synthesize text to audio

@fn QTTSAudioInfo @brief Get Synthesized Audio information

@fn QTTSGetParam @brief get params related with msc

@fn QTTSSessionBegin @brief Begin a TTS Session

@fn QTTSSessionEnd @brief End a Recognizer Session

@fn QTTSSetParam @brief set params related with msc

@fn QTTSTextPut @brief Put Text Buffer to TTS Session

@fn Wchar2Mbytes @brief wchar to mbytes

Type Definitions

@fn MSPDownload @brief Download User Specific Data

MSPSampleStatus indicates how the sample buffer should be handled MSP_AUDIO_SAMPLE_FIRST - The sample buffer is the start of audio If recognizer was already recognizing, it will discard audio received to date and re-start the recognition MSP_AUDIO_SAMPLE_CONTINUE - The sample buffer is continuing audio MSP_AUDIO_SAMPLE_LAST - The sample buffer is the end of audio The recognizer will cease processing audio and return results Note that sample statii can be combined; for example, for file-based input the entire file can be written with SAMPLE_FIRST | SAMPLE_LAST as the status. Other flags may be added in future to indicate other special audio conditions such as the presence of AGC

The enumeration MSPepState contains the current endpointer state MSP_EP_LOOKING_FOR_SPEECH - Have not yet found the beginning of speech MSP_EP_IN_SPEECH - Have found the beginning, but not the end of speech MSP_EP_AFTER_SPEECH - Have found the beginning and end of speech MSP_EP_TIMEOUT - Have not found any audio till timeout MSP_EP_ERROR - The endpointer has encountered a serious error MSP_EP_MAX_SPEECH - Have arrive the max size of speech

@fn MSPRegisterNotify @brief Register a Callback