Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/libraries/System.Speech/tests/SynthesizeRecognizeTests.cs
  • Loading branch information
jkoritzinsky authored Sep 16, 2022
commit deb3ffb3d99df44439131c852394e6101f47f007
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public void SpeechSynthesizerToSpeechRecognitionEngine()
{
synth.SetOutputToWaveStream(ms);
var prompt = new Prompt("synthesizer");
synth.SetOutputToDefaultAudioDevice();
synth.Speak(prompt);
}

Expand Down