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)
48
device =
AudioDeviceOut
.GetDevicedId(deviceKey.Name);