Microsoft Speech Platform
SPAUDIOOPTIONS
SPAUDIOOPTIONS lists the options for an audio stream.
See also the ISpRecoContext::SetAudioOptions and ISpRecoContext::GetAudioOptions methods.
typedef enum SPAUDIOOPTIONS
{
SPAO_NONE,
SPAO_RETAIN_AUDIO
} SPAUDIOOPTIONS;
Elements
- SPAO_NONE
- Flag indicating no options for the audio stream should be used.
- SPAO_RETAIN_AUDIO
- Flag indicating the audio stream should be retained (e.g. serialization of recognition object, playback of recognized audio, etc.). See also ISpRecoResult::SpeakAudio and ISpRecoResult::GetAudio.