This topic has not yet been rated - Rate this topic

SpeechSynthesizer.SetOutputToWaveFile Method

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

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

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.