2 references to SupportedAudioFormats
System.Speech (2)
Internal\Synthesis\TTSVoice.cs (2)
77
if (VoiceInfo.
SupportedAudioFormats
?.Count > 0)
80
targetWaveFormat = VoiceInfo.
SupportedAudioFormats
[0].WaveFormat;