Synthesis\SpeechSynthesizer.cs (5)
192SetOutputStream(new FileStream(path, FileMode.Create, FileAccess.Write), null, true, true);
201SetOutputStream(new FileStream(path, FileMode.Create, FileAccess.Write), formatInfo, true, true);
207SetOutputStream(audioDestination, null, true, false);
214SetOutputStream(audioDestination, formatInfo, false, false);
218SetOutputStream(null, null, true, false);