2 references to SpeakOutputFormat
System.Speech (2)
Internal\Synthesis\TTSEngineProxy.cs (1)
46
return _ssmlEngine.GetOutputFormat(
SpeakOutputFormat
.WaveFormat, targetFormat);
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
31
public abstract IntPtr GetOutputFormat(
SpeakOutputFormat
speakOutputFormat, IntPtr targetWaveFormat);