SPWAVEFORMATTYPE
This enumeration defines wave format types. SAPI can perform dynamic conversion using an ISpStreamFormatConverter object that causes the format of the original input and the format of the input arriving at the SR engine to differ.
This enumeration is used in the ISpRecognizer::GetFormat method (as SPSTREAMFORMATTYPE) to request the format for the original audio source.
typedef enum SPWAVEFORMATTYPE{
SPWF_INPUT,
SPWF_SRENGINE
} SPSTREAMFORMATTYPE;
Elements
- SPWF_INPUT
Original audio input source format. - SPWF_SRENGINE
Format of input arriving at SR engine.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.