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