SpAudioFormat SetWaveFormatEx method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

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.