SpeechSynthesizer::SetOutputToAudioStream Method (Stream^, SpeechAudioFormatInfo^)
.NET Framework (current version)
Configures the SpeechSynthesizer object to append output to an audio stream.
Assembly: System.Speech (in System.Speech.dll)
public: void SetOutputToAudioStream( Stream^ audioDestination, SpeechAudioFormatInfo^ formatInfo )
Parameters
- audioDestination
-
Type:
System.IO::Stream^
The stream to which to append synthesis output.
- formatInfo
-
Type:
System.Speech.AudioFormat::SpeechAudioFormatInfo^
The format to use for the synthesis output.
Call SetOutputToNull to release the SpeechSynthesizer’s reference to the stream.
For other output configuration options, see the SetOutputToDefaultAudioDevice, SetOutputToNull, SetOutputToWaveFile, and SetOutputToWaveStream methods.
.NET Framework
Available since 3.0
Available since 3.0
Show: