2 instantiations of AudioDeviceOut
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
50_waveOut = new AudioDeviceOut(SAPICategories.DefaultDeviceOut(), _asyncWorker); 360_waveOut = new AudioDeviceOut(SAPICategories.DefaultDeviceOut(), _asyncWorker);
1 reference to AudioDeviceOut
System.Speech (1)
Internal\ObjectToken\SAPICategories.cs (1)
48device = AudioDeviceOut.GetDevicedId(deviceKey.Name);