Examples The following example shows how to generate a speech audio stream from a basic text string. // The media object for controlling and playing audio. MediaElement mediaElement = this.media; // The object for controlling the speech synthesis engine (voice). var synth = new Windows.Media.SpeechSynthesis.SpeechSynthesizer(); // Generate the audio stream from plain text. SpeechSynthesisStream st