SetOutputToWaveFile Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Configures the SpeechSynthesizer object to append output to a Waveform audio format file.

Overload List

  NameDescription
Public methodSetOutputToWaveFile(String)Configures the SpeechSynthesizer object to append output to a file that contains Waveform format audio.
Public methodSetOutputToWaveFile(String, SpeechAudioFormatInfo)Configures the SpeechSynthesizer object to append output to a Waveform audio format file in a specified format.
Top

Remarks

To release the SpeechSynthesizer's reference to the file, reconfigure the SpeechSynthesizer's output, for example, by calling SetOutputToNull.

For other output configuration options, see the SetOutputToAudioStream, SetOutputToDefaultAudioDevice, SetOutputToNull, and SetOutputToWaveStream methods.

See Also