SpAudioFormat SetWaveFormatEx method (SAPI 5.3)
Microsoft Speech API 5.3
Object: SpAudioFormat
Type: Hidden
SetWaveFormatEx Method
The SetWaveFormatEx method sets the audio format with an SpWaveFormatEx object.
Non-standard formats using wav files should use SetWavFormatEx to set formats.
SpAudioFormat.SetWaveFormatEx(
WaveFormatEx As SpWaveFormatEx)
Parameters
- WaveFormatEx
Specifies the WaveFormatEx.
Return Value
None.
Example
For an example of the use of the SetWaveFormatEx method, see the GetWaveFormatEx section.