2 overrides of Begin
System.Speech (2)
Internal\Synthesis\AudioDeviceOut.cs (1)
60
internal override void
Begin
(byte[] wfx)
Internal\Synthesis\AudioFileOut.cs (1)
60
internal override void
Begin
(byte[] wfx)
3 references to Begin
System.Speech (3)
Internal\Synthesis\AudioBase.cs (2)
120
Begin
(wfx.ToBytes());
148
Begin
(wfx);
Internal\Synthesis\VoiceSynthesis.cs (1)
882
_waveOut.
Begin
(voice!.WaveFormat(_waveOut.WaveFormat));