3 references to SapiToIpa
System.Speech (3)
Internal\Synthesis\EngineSite.cs (1)
462target = _alphabetConverter.SapiToIpa(source);
Internal\Synthesis\TTSEngineProxy.cs (1)
81return _alphabetConverter.SapiToIpa(phones);
Result\RecognitionResult.cs (1)
227char[]? ipa = _alphabetConverter.SapiToIpa(pronunciation.ToCharArray());